Skip to content

Commit

Permalink
Typo fix auction.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini murafa authored Jan 24, 2025
1 parent 5fdb53b commit 7aae1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/builder/keeper/auction.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func (k Keeper) ValidateAuctionBid(ctx sdk.Context, bidder sdk.AccAddress, bid,

// ValidateAuctionBundle validates the ordering of the referenced transactions. Bundles are valid if
// 1. all of the transactions are signed by the signer.
// 2. some subset of contiguous transactions starting from the first tx are signed by the same signer, and all other tranasctions
// 2. some subset of contiguous transactions starting from the first tx are signed by the same signer, and all other transactions
// are signed by the bidder.
//
// example:
Expand Down

0 comments on commit 7aae1ca

Please sign in to comment.