-
Notifications
You must be signed in to change notification settings - Fork 224
Conversation
{ | ||
OnStartConsensusCommand(); | ||
} |
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.
We should reserve this, it will implement Plugin.GetService<IConsensusProvider>()?.Start(CurrentWallet);
from dBFT plugin, MainService.Consensus.cs should be reserved as well. Wait for GetService
to be modified from protected.
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.
We should start the consensus with a new command, registered in the plugin
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.
Agree with @shargon
Line 99 in 3acb8aa
This should be removed too. |
Sync to Neo 3.0.0-CI01148 (neo-project#709)
Close #708