mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
add question
Former-commit-id: 3c7dac62cab0fe7987af3ead5c2d94d551ff201d [formerly 8b55773c96e30c3e1b54f978addc47be4e27b257] Former-commit-id: 7866488bf1777a56d87d21c3f0f7fa670342d0a1
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user