Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur committed Sep 5, 2024
1 parent 5d5e854 commit c3695d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/operator/allocations/initializedelay.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func initializeDelayAction(cCtx *cli.Context, p utils.Prompter) error {
// to claim. So we hardcode the gas limit to 150_000 so that we can
// create unsigned tx without gas limit estimation from contract bindings
if common.IsSmartContractAddress(config.operatorAddress, ethClient) {
// Claimer is a smart contract
// address is a smart contract
noSendTxOpts.GasLimit = 150_000
}

Expand Down

0 comments on commit c3695d6

Please sign in to comment.