Skip to content

Commit

Permalink
Always send in system-tests (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Aug 9, 2024
1 parent 4cde4d7 commit 313b406
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions features/dapp_develop/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ func invokeContractFromCliTool(deployedContractId, contractName, functionName, f
"--rpc-url", e2eConfig.TargetNetworkRPCURL,
"--source", e2eConfig.TargetNetworkSecretKey,
"--network-passphrase", e2eConfig.TargetNetworkPassPhrase,
"--send", "yes",
"--",
functionName,
}
Expand Down

0 comments on commit 313b406

Please sign in to comment.