neoneo-go/cli/wallet
Roman Khimov ec50bb4041 cli/wallet: fix error handling
ineffectual assignment to err (ineffassign)

`err` is shadowed at `tx, err = c.CreateNEP11TransferTx()` line.
2021-05-12 19:34:12 +03:00
..
legacy.go wallet: export NewAccountFromPrivateKey() 2020-12-04 12:45:53 +03:00
legacy_test.go cli: fix wallet convert and add tests 2020-12-04 12:45:53 +03:00
multisig.go cli: use AddressFlag for wallet sign 2021-04-16 12:40:01 +03:00
nep11.go cli/wallet: fix error handling 2021-05-12 19:34:12 +03:00
nep17.go *: add data to NEP11 Transfer 2021-05-05 19:44:29 +03:00
validator.go cli: refactor handleVote method 2021-04-23 10:45:15 +03:00
wallet.go cli: add nep11 import command 2021-04-30 16:23:06 +03:00