From 3116292dab59a8a102833242db57699ebde9a0df Mon Sep 17 00:00:00 2001 From: kwt <4344285+kwtalley@users.noreply.github.com> Date: Tue, 25 Jun 2024 21:11:29 -0500 Subject: [PATCH] fix tutorial contract test script --- smart-contract-action/test/test.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/smart-contract-action/test/test.sh b/smart-contract-action/test/test.sh index 3401f7b..78c0de9 100755 --- a/smart-contract-action/test/test.sh +++ b/smart-contract-action/test/test.sh @@ -11,6 +11,5 @@ PROV_CMD="provenanced" --gas=auto \ --gas-prices="1905nhash" \ --gas-adjustment=1.5 \ - --broadcast-mode=block \ --yes \ - -t + -t | "$PROV_CMD" q wait-tx \ No newline at end of file