Rename --network argument to --entrypoint (#4149)
This commit is contained in:
@ -101,7 +101,7 @@ echo "+++ $entrypointIp: node count ($numSanityNodes expected)"
|
||||
nodeArg="num-nodes-exactly"
|
||||
fi
|
||||
|
||||
timeout 2m $solana_gossip --network "$entrypointIp:8001" \
|
||||
timeout 2m $solana_gossip --entrypoint "$entrypointIp:8001" \
|
||||
spy --$nodeArg "$numSanityNodes" \
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user