diff --git a/tools/generators/ethereum/command.go.tmpl b/tools/generators/ethereum/command.go.tmpl index 5ddfefc..beab0e1 100644 --- a/tools/generators/ethereum/command.go.tmpl +++ b/tools/generators/ethereum/command.go.tmpl @@ -227,7 +227,7 @@ func initialize{{.Class}}(c *cli.Context) (*contract.{{.Class}}, error) { miningWaiter := ethutil.NewMiningWaiter(client, checkInterval, maxGasPrice) - blockCounter, err := blockcounter.CreateBlockCounter(client) + blockCounter, err := blockcounter.CreateBlockCounter(client) if err != nil { return nil, fmt.Errorf( "failed to create Ethereum blockcounter: [%v]", diff --git a/tools/generators/ethereum/command_template_content.go b/tools/generators/ethereum/command_template_content.go index f8e14fc..f5e09ea 100644 --- a/tools/generators/ethereum/command_template_content.go +++ b/tools/generators/ethereum/command_template_content.go @@ -230,7 +230,7 @@ func initialize{{.Class}}(c *cli.Context) (*contract.{{.Class}}, error) { miningWaiter := ethutil.NewMiningWaiter(client, checkInterval, maxGasPrice) - blockCounter, err := blockcounter.CreateBlockCounter(client) + blockCounter, err := blockcounter.CreateBlockCounter(client) if err != nil { return nil, fmt.Errorf( "failed to create Ethereum blockcounter: [%v]",