mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 13:28:01 -05:00
fix comment
Former-commit-id: 8ee7b36974893875069841e78908ad750529bef0 [formerly d9a17181b9e8eeeb47f74f8a681def14edc5cc34] Former-commit-id: 95a9a0bd5f9b351efbc03cb04bcda1819ca9d8f4
This commit is contained in:
@@ -12,7 +12,7 @@ import (
|
||||
"github.com/ethereum/go-ethereum/sharding/contracts"
|
||||
)
|
||||
|
||||
// InitVMC initializes the validator management contract bindings.
|
||||
// initVMC initializes the validator management contract bindings.
|
||||
// If the VMC does not exist, it will be deployed.
|
||||
func initVMC(c *Client) error {
|
||||
b, err := c.client.CodeAt(context.Background(), validatorManagerAddress, nil)
|
||||
|
||||
Reference in New Issue
Block a user