Consensus

+4 votes
Is there a way that we can display or get current unresolved consensus that must be resolved like unconfirmed transactions?

For example:

When consensus-mine is 0.5: 50% of nodes must consent to permissions for a given node to be able to mine.

When one node is requesting permissions change, how would the other nodes know that there is an outstanding consensus that must be reached among them before permissions are given to said node to be able to mine.
asked Aug 3, 2017 by RobertJ

1 Answer

+2 votes
 
Best answer

Use listpermissions with verbose=true and look out for pending structures.

answered Aug 3, 2017 by MultiChain
selected Aug 4, 2017 by RobertJ
...