Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinxie committed Mar 7, 2024
1 parent f6418d2 commit 64afa5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action/protocol/staking/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ func (p *Protocol) fetchBucketAndValidate(
}
if !allowSelfStaking {
selfStaking, serr := isSelfStakeBucket(featureCtx, csm, bucket)
if err != nil {
if serr != nil {
return bucket, &handleError{
err: serr,
failureStatus: iotextypes.ReceiptStatus_ErrUnknown,
Expand Down

0 comments on commit 64afa5d

Please sign in to comment.