fix comment

Former-commit-id: 8ee7b36974893875069841e78908ad750529bef0 [formerly d9a17181b9e8eeeb47f74f8a681def14edc5cc34]
Former-commit-id: 95a9a0bd5f9b351efbc03cb04bcda1819ca9d8f4
This commit is contained in:
Preston Van Loon
2018-01-27 14:25:07 -05:00
parent 488a7d271e
commit c072e9a241

View File

@@ -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)