-
Notifications
You must be signed in to change notification settings - Fork 224
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/bettybao1209/neo-node/blob/a85b767e76a62a0343c1b276743f1b4199bd1041/neo-cli/CLI/MainService.cs#L488
Please change here like: using (ApplicationEngine engine = ApplicationEngine.Run(tx.Script, container: tx, gas:1010_00000000))
, it was called by register candidates
method straightly. This is what I need.
There are two ways to register a candidate, so I updated both the |
Use comma to separate signers.
|
wait for #733 |
close neo-project/neo#2260