Add --warp-slot argument to |solana-ledger-tool create-snapshot| (#10473)

automerge
This commit is contained in:
mergify[bot]
2020-06-09 11:09:32 -07:00
committed by GitHub
parent a705764ca7
commit 7d448eb1a9
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