Fix rpc port argument name

This commit is contained in:
Tyera Eulberg
2019-01-21 15:07:21 -08:00
committed by Tyera Eulberg
parent 3c86f41769
commit 637d5c6691

View File

@@ -21,7 +21,7 @@ drone=$!
solana-fullnode \
--identity /config/leader-config.json \
--ledger /ledger/ \
--rpc 8899 &
--rpc-port 8899 &
fullnode=$!
abort() {