tests working
This commit is contained in:
parent
cb00c00f0d
commit
8dc5fc718d
|
@ -56,7 +56,7 @@ func doNonceQuery(cmd *cobra.Command, args []string) error {
|
|||
}
|
||||
|
||||
act := []basecoin.Actor{basecoin.NewActor(
|
||||
nonce.NameNonce,
|
||||
auth.NameSigs,
|
||||
addr,
|
||||
)}
|
||||
|
||||
|
|
|
@ -73,7 +73,6 @@ 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
|
||||
|
|
Loading…
Reference in New Issue