neoneo-go/cli/wallet
Ekaterina Pavlova 57aa05add3 wallet: make --wif optional in import-multisig command
We have a full list of public keys in the import-multisig command, so if
 we have a key in the wallet that corresponds to one of these keys
 (simple sig), just reuse it for the account automatically

Closes #3266

Signed-off-by: Ekaterina Pavlova <ekt@morphbits.io>
2024-01-26 18:36:29 +03:00
..
testdata cli: move tests to subpackages 2022-10-06 09:21:26 +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 slice: introduce common Copy helper 2021-07-19 22:57:55 +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 wallet: make --wif optional in import-multisig command 2024-01-26 18:36:29 +03:00
wallet_test.go wallet: make --wif optional in import-multisig command 2024-01-26 18:36:29 +03:00