Skip to content

Commit

Permalink
test on cmd execute script function
Browse files Browse the repository at this point in the history
  • Loading branch information
nanne007 committed Mar 23, 2021
1 parent bd28884 commit d8cb5c2
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 @@ -60,7 +60,7 @@ Feature: cmd integration test
# index 1 is 0000000000000000000000000A550C18, and it is a multi address, so skip.
# TODO support remove account and remove 0000000000000000000000000A550C18
Then cmd: "dev derive-address -t 2 -p @$[0].public_key@ -p @$[2].public_key@ -p @$[3].public_key@"
# Then cmd: "account execute-builtin --blocking --script create_account --type_tag 0x01::STC::STC --arg @$.address@ --arg <para> --arg 10000000u128"
Then cmd: "account execute-function --blocking --function 0x1::TransferScripts::peer_to_peer --type_tag 0x01::STC::STC --arg @$.address@ --arg <para> --arg 10000000u128"
Then stop

Examples:
Expand Down

0 comments on commit d8cb5c2

Please sign in to comment.