getting query command to operate
This commit is contained in:
committed by
Ethan Frey
parent
f43fceeb4d
commit
cb00c00f0d
@@ -73,6 +73,7 @@ test02SendTxWithFee() {
|
||||
|
||||
# make sure we can query the proper nonce
|
||||
NONCE=$(${CLIENT_EXE} query nonce $SENDER)
|
||||
echo $NONCE
|
||||
if [ -n "$DEBUG" ]; then echo $NONCE; echo; fi
|
||||
# TODO: note that cobra returns error code 0 on parse failure,
|
||||
# so currently this check passes even if there is no nonce query command
|
||||
|
||||
Reference in New Issue
Block a user