Skip to content

Commit

Permalink
cmd/starcoin/cmd/starcoin: fix testing by getting right sign-multi-tx…
Browse files Browse the repository at this point in the history
…n output
  • Loading branch information
templexxx committed Jun 25, 2022
1 parent f5050d1 commit 52289a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/features/cmd.feature
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Feature: cmd integration test
Then cmd: "account unlock 0x056d9bed868f8e8c74cf19109a2b375a"
# sign to file first
Then cmd: "account sign-multisig-txn -s 0x056d9bed868f8e8c74cf19109a2b375a --function 0x1::TransferScripts::peer_to_peer_v2 -t 0x1::STC::STC --arg 0x991c2f856a1e32985d9793b449c0f9d3 --arg 1000000u128 --output-dir /tmp"
Then cmd: "account submit-txn @$ -b"
Then cmd: "account submit-txn @$@ -b"
Then stop

Examples:
Expand Down

0 comments on commit 52289a6

Please sign in to comment.