Skip to content

Commit

Permalink
Update docs/18-auction-coding/coding.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilsan authored Jul 14, 2023
1 parent 2f2626a commit 3f2c48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/18-auction-coding/coding.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ async fn settle_auction(&mut self)
return Err(AuctionError::WrongState);
}

//It's possible that there is a pending `MakeBid` transaction
// It's possible that there is a pending `MakeBid` transaction
if let Some(tx) = self.transaction.clone() {
match tx {
Transaction::MakeBid { .. } => {
Expand Down

0 comments on commit 3f2c48d

Please sign in to comment.