mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-22 19:29:39 +00:00
700a550973
Made errors more user-friendly. ``` ./bin/neo-go wallet import --wif qweqweqweqwe -w wallet1.json failed to read wallet: open wallet: open wallet.json: no such file or directory touch wallet.json ./bin/neo-go wallet import --wif qweqweqweqwe -w wallet.json failed to read wallet: unmarshal wallet: EOF ``` Close #3134 Signed-off-by: Ekaterina Pavlova <ekt@morphbits.io> |
||
---|---|---|
.. | ||
testdata | ||
candidate_test.go | ||
legacy.go | ||
legacy_test.go | ||
multisig.go | ||
multisig_test.go | ||
nep11.go | ||
nep17.go | ||
validator.go | ||
wallet.go | ||
wallet_test.go |