Add --warp-slot argument to |solana-ledger-tool create-snapshot|

This commit is contained in:
Trent Nelson
2020-06-08 19:01:44 -06:00
committed by Michael Vines
parent ed351400b2
commit b329e6d1a4
3 changed files with 51 additions and 5 deletions

View File

@ -33,6 +33,9 @@ while [[ -n $1 ]]; do
elif [[ $1 = --gossip-port ]]; then
args+=("$1" "$2")
shift 2
elif [[ $1 = --dev-halt-at-slot ]]; then
args+=("$1" "$2")
shift 2
elif [[ $1 = --dynamic-port-range ]]; then
args+=("$1" "$2")
shift 2