Skip to content

Commit

Permalink
Update pkg/coinbase/staking_operation.go
Browse files Browse the repository at this point in the history
Co-authored-by: Rohit Durvasula <[email protected]>
  • Loading branch information
marcin-cb and drohit-cb authored Aug 22, 2024
1 parent 0224299 commit bcce09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/coinbase/staking_operation.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func WithStakingOperationMode(mode string) StakingOperationOption {
}

// WithStakingOperationImmediate allows for the setting of the immediate flag
// specifically for Dedicate ETH Staking whether to immediate unstake or not. (i.e. `true` or `false`)
// specifically for Dedicated ETH Staking whether to immediate unstake or not. (i.e. `true` or `false`)
func WithStakingOperationImmediate(immediate string) StakingOperationOption {
return WithStakingOperationOption("immediate", immediate)
}
Expand Down

0 comments on commit bcce09a

Please sign in to comment.