advertise valid gossip address in drone and wallet (#1066)
* advertize valid gossip address in drone and wallet get rid of asserts check for valid ip address check for valid address ip address * tests * cleanup * cleanup * print error * bump * disable tests * disable nightly
This commit is contained in:
committed by
GitHub
parent
5b0bb7e607
commit
738247ad44
@ -42,4 +42,4 @@ fi
|
||||
|
||||
# shellcheck disable=SC2086 # $solana_wallet should not be quoted
|
||||
exec $solana_wallet \
|
||||
-l "$SOLANA_CONFIG_CLIENT_DIR"/leader.json -k "$client_id_path" --timeout 10 "$@"
|
||||
-a 127.0.0.1 -l "$SOLANA_CONFIG_CLIENT_DIR"/leader.json -k "$client_id_path" --timeout 10 "$@"
|
||||
|
Reference in New Issue
Block a user