Skip to content

Commit

Permalink
try to update contract code
Browse files Browse the repository at this point in the history
  • Loading branch information
jollyjoker992 committed Nov 28, 2023
1 parent ea09322 commit 3eda65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/FeralfileEnglishAuction.sol
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ contract FeralfileEnglishAuction is Ownable, IFeralfileSaleData, ECDSASigner {

require(
auctions_[i].minPrice > 0,
"FeralfileEnglishAuction: auction min price should be greater than 0"
"FeralfileEnglishAuction: auction min price should be greater than 0."
);

auctions[auctions_[i].id] = auctions_[i];
Expand Down

0 comments on commit 3eda65d

Please sign in to comment.