Skip to content

Commit

Permalink
fix spelling error in auction doc (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
elenamik authored Oct 21, 2024
1 parent 64195ab commit 97e00c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/auction/auction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The auction strategy is used to calculate the starting price and end price of th
> Let's say our price is `2`, and we set `start_price_perc` to 2000 BPS (20%) and `end_price_perc` to 2000 BPS (20%).
The starting price will be `2 + (2 * 20%) = 2.4` and the end price will be `2 - (2 * 20%) = 1.6`.

## Execute Nessages
## Execute Messages

`AuctionFunds {}` - Send funds to be auctioned during the next auction.

Expand Down

0 comments on commit 97e00c1

Please sign in to comment.