neoneo-go/cli/wallet
Ekaterina Pavlova 44e21c9a8e cli: optimize CosignersSeparator check in loops
No functional changes.
We have 2 exactly the same cycles,and in the 1st cycle we set
cosignersOffset to the right value. So we don't need to check for arg ==
 cmdargs.CosignersSeparator one more time.

Signed-off-by: Ekaterina Pavlova <ekt@morphbits.io>
2023-12-07 10:37:01 +03:00
..
testdata cli: move tests to subpackages 2022-10-06 09:21:26 +03:00
candidate_test.go services: allow multiple listen addresses for simple services 2022-12-07 11:23:01 +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: move wallet-related flags handling to options package 2023-12-06 10:49:50 +03:00
multisig_test.go services: allow multiple listen addresses for simple services 2022-12-07 11:23:01 +03:00
nep11.go cli: deduplicate smartcontract/wallet tx confirm/sign/save/send 2022-10-06 23:03:32 +03:00
nep17.go cli: optimize CosignersSeparator check in loops 2023-12-07 10:37:01 +03:00
validator.go cli: move actor-related functions handling to options package 2023-12-07 10:35:37 +03:00
wallet.go cli: move wallet-related flags handling to options package 2023-12-06 10:49:50 +03:00
wallet_test.go cli: ask for NEP2 account label if not provided 2023-01-26 08:50:06 +03:00