neoneo-go/cli
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
..
app internal: avoid race access to config.Version by tests 2023-10-10 11:59:53 +03:00
cmdargs *: drop legacy addresses from examples 2023-05-31 18:32:02 +03:00
flags
input
nep_test internal: avoid race access to config.Version by tests 2023-10-10 11:59:53 +03:00
options cli: move actor-related functions handling to options package 2023-12-07 10:35:37 +03:00
paramcontext
query cli: use fmt.Append* where possibble 2023-10-12 18:07:54 +03:00
server cli: add --relative-path option 2023-11-23 21:41:50 +04:00
smartcontract cli: move actor-related functions handling to options package 2023-12-07 10:35:37 +03:00
testdata vm: add PUSHT and PUSHF opcodes 2022-12-02 10:02:33 +03:00
txctx
util cli: move actor-related functions handling to options package 2023-12-07 10:35:37 +03:00
vm cli: add --relative-path option 2023-11-23 21:41:50 +04:00
wallet cli: optimize CosignersSeparator check in loops 2023-12-07 10:37:01 +03:00
.gitignore
main.go