Does consensus from multiple nodes require explicit command line approvals by nodes?

+2 votes
In a running blockchain if my consensus mechanism required 2 nodes out of 3 to approve, how does the second approver know about the pendign transaction?

Assume that this is a self running blockchain and no one is monitoring.
asked Jan 5, 2018 by Supriya

1 Answer

0 votes

The consensus process runs automatically between the nodes which have mine permissions. There's nothing you need to run on the command line to explicitly approve individual transactions or blocks.

answered Jan 5, 2018 by MultiChain
...