Consensus Issue

+1 vote

I have done the configuration below :

multichain-util create demo1 -admin-consensus-admin=0.9 -admin-consensus-issue=0.9

Below is the scenarios in which the genesis user grants admin access to other  users :- 

Problem :- As soon as I grant access from genesis address to the new address and after getting the admin access  I grant the new user issue permissions from himself as he has become the admin, after that  the new address directly gets displayed in listpermissions issue . It should only be displayed after admin also issues him the issue permission .

asked Feb 28, 2018 by pranjal

1 Answer

0 votes

The most likely explanation is that your blockchain is still in the setup phase defined by the setup-first-blocks parameter. During the setup phase, these admin consensus thresholds are not applied, to help you get your chain set up quickly.

answered Feb 28, 2018 by MultiChain
...