From 8dc5fc718dda7117b4ae8a8d1faefd72c5a76bb3 Mon Sep 17 00:00:00 2001 From: rigel rozanski Date: Tue, 18 Jul 2017 05:43:17 -0400 Subject: [PATCH] tests working --- cmd/basecli/commands/query.go | 2 +- tests/cli/basictx.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd/basecli/commands/query.go b/cmd/basecli/commands/query.go index 3ea3626ce4..ce3fa338ca 100644 --- a/cmd/basecli/commands/query.go +++ b/cmd/basecli/commands/query.go @@ -56,7 +56,7 @@ func doNonceQuery(cmd *cobra.Command, args []string) error { } act := []basecoin.Actor{basecoin.NewActor( - nonce.NameNonce, + auth.NameSigs, addr, )} diff --git a/tests/cli/basictx.sh b/tests/cli/basictx.sh index 688ebdcdcb..009e1ddc02 100755 --- a/tests/cli/basictx.sh +++ b/tests/cli/basictx.sh @@ -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