add question

Former-commit-id: 3c7dac62cab0fe7987af3ead5c2d94d551ff201d [formerly 8b55773c96e30c3e1b54f978addc47be4e27b257]
Former-commit-id: 7866488bf1777a56d87d21c3f0f7fa670342d0a1
This commit is contained in:
Raul Jordan
2018-01-28 23:54:10 -06:00
parent d636b84527
commit db26c86f2e

View File

@@ -71,7 +71,8 @@ func initVMC(c *Client) error {
// the account is not in the set, it will deposit 100ETH into contract.
func initVMCValidator(c *Client) error {
// TODO: Check if account is already in validator set
// TODO: Check if account is already in validator set. Do we need to implement
// a func in solidity to do this?
accounts := c.keystore.Accounts()
if len(accounts) == 0 {