Unable to create custom consensus smart contract. #1714
Unanswered
vinaywebcom
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been trying to use validator smart contract to create a smart contract to add validators.
I want to mimic ethereum's deposit smart contract so that anyone can become a validator by depositing in smart contract.
I modified smart contract to make few addresses as validator by default. But every time I am starting the node I am getting "Unable to seal blocks Unauthorized"
In contract's constructor I called
activate(0x6cee5c60DFfF2ADA3c75E6b6A69E55BCAdDF81AB);
I tried some other ways as well like modifying the
initialAccounts
&initialValidators
array, but with no success.Beta Was this translation helpful? Give feedback.
All reactions