Skip to content

Commit 7033830

Browse files
committed
comment
1 parent 8840c8d commit 7033830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/operator/allocations/initializedelay.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ func initializeDelayAction(cCtx *cli.Context, p utils.Prompter) error {
9898
// to claim. So we hardcode the gas limit to 150_000 so that we can
9999
// create unsigned tx without gas limit estimation from contract bindings
100100
if common.IsSmartContractAddress(config.operatorAddress, ethClient) {
101-
// Claimer is a smart contract
101+
// address is a smart contract
102102
noSendTxOpts.GasLimit = 150_000
103103
}
104104

0 commit comments

Comments
 (0)