Closed davidyuk closed 2 years ago
BREAKING CHANGE: contract call accepts wallet_path as the last argument For example, replace
contract call
wallet_path
$ aecli contract call ./myWalletFile --password testpass foo '[1, 2]'
with
$ aecli contract call --password testpass foo '[1, 2] ./myWalletFile'
closes #202
thanks @davidyuk :-)
BREAKING CHANGE:
contract call
acceptswallet_path
as the last argument For example, replacewith
closes #202