Plumb --enable-rpc-get-confirmed-block flag
This commit is contained in:
parent
6309c97697
commit
b358ff66e1
|
@ -39,6 +39,9 @@ while [[ -n $1 ]]; do
|
|||
elif [[ $1 = --limit-ledger-size ]]; then
|
||||
args+=("$1")
|
||||
shift
|
||||
elif [[ $1 = --enable-rpc-get-confirmed-block ]]; then
|
||||
args+=("$1")
|
||||
shift
|
||||
elif [[ $1 = --skip-poh-verify ]]; then
|
||||
args+=("$1")
|
||||
shift
|
||||
|
|
|
@ -130,6 +130,9 @@ while [[ -n $1 ]]; do
|
|||
elif [[ $1 = --limit-ledger-size ]]; then
|
||||
args+=("$1")
|
||||
shift
|
||||
elif [[ $1 = --enable-rpc-get-confirmed-block ]]; then
|
||||
args+=("$1")
|
||||
shift
|
||||
elif [[ $1 = --skip-poh-verify ]]; then
|
||||
args+=("$1")
|
||||
shift
|
||||
|
|
Loading…
Reference in New Issue