neo-go/cli/wallet
Ekaterina Pavlova 700a550973 cli: improve wallet unmarshalling error
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>
2024-04-04 13:46:54 +03:00
..
testdata *: regenerate all wallets with adjusted parameters 2024-03-01 19:19:03 +03:00
candidate_test.go cli: add await flag for operations with transactions 2023-12-29 15:14:16 +03:00
legacy.go cli: move wallet-related flags handling to options package 2023-12-06 10:49:50 +03:00
legacy_test.go *: replace slice.Copy with bytes.Clone 2024-03-05 13:54:10 +03:00
multisig.go cli: add await flag for operations with transactions 2023-12-29 15:14:16 +03:00
multisig_test.go services: allow multiple listen addresses for simple services 2022-12-07 11:23:01 +03:00
nep11.go cli: add await flag for operations with transactions 2023-12-29 15:14:16 +03:00
nep17.go cli: add await flag for operations with transactions 2023-12-29 15:14:16 +03:00
validator.go cli: add await flag for operations with transactions 2023-12-29 15:14:16 +03:00
wallet.go cli: improve wallet unmarshalling error 2024-04-04 13:46:54 +03:00
wallet_test.go wallet: make --wif optional in import-multisig command 2024-01-26 18:36:29 +03:00