Add a node-specific ip echo service to remove dependency on ifconfig.co (#4137)
This commit is contained in:
@ -290,7 +290,6 @@ startBootstrapLeader() {
|
||||
"./solana/net/remote/remote-node.sh \
|
||||
$deployMethod \
|
||||
bootstrap-leader \
|
||||
$publicNetwork \
|
||||
$entrypointIp \
|
||||
$((${#fullnodeIpList[@]} + ${#blockstreamerIpList[@]})) \
|
||||
\"$RUST_LOG\" \
|
||||
@ -319,7 +318,6 @@ startNode() {
|
||||
"./solana/net/remote/remote-node.sh \
|
||||
$deployMethod \
|
||||
$nodeType \
|
||||
$publicNetwork \
|
||||
$entrypointIp \
|
||||
$((${#fullnodeIpList[@]} + ${#blockstreamerIpList[@]})) \
|
||||
\"$RUST_LOG\" \
|
||||
|
Reference in New Issue
Block a user