neoneo-go/cli/smartcontract
Roman Khimov 8385efe4b3 cli: simplify and fix invokeWithArgs logic
Saving into a file can't be successful without signAndPush flag (wallet
present). This situation can't happen in CLI invocations since
testinvokefunction doesn't have `--out` flag, but still it's a logic
error. Everything else can be simplified a bit taking that into account.
2022-08-07 22:33:56 +03:00
..
generate.go gomod: upgrade yaml package from v2 to v3 2022-05-30 15:26:17 +03:00
generate_test.go *: remove io/ioutil uses 2022-03-17 19:39:18 +03:00
manifest.go cli: allow to specify wallet via configuration file 2022-07-04 12:57:47 +03:00
permission.go gomod: upgrade yaml package from v2 to v3 2022-05-30 15:26:17 +03:00
smart_contract.go cli: simplify and fix invokeWithArgs logic 2022-08-07 22:33:56 +03:00
smart_contract_test.go gomod: upgrade yaml package from v2 to v3 2022-05-30 15:26:17 +03:00