Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/1706 english auction #28

Merged
merged 16 commits into from
Nov 13, 2023
Merged

Conversation

tienngovan
Copy link
Contributor

No description provided.

@tienngovan tienngovan force-pushed the feature/1706-english-auction branch 3 times, most recently from bfa5843 to 4411b74 Compare October 24, 2023 07:23
@tienngovan tienngovan force-pushed the feature/1706-english-auction branch 3 times, most recently from 4be0b6c to 6e92b8c Compare October 31, 2023 08:58
"FeralfileEnglishAuction: bidder is the current winner"
);

if (highestBid_.amount > 0) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be highestBid_.id > 0 for avoid the confuse.


auctions[auctionID_].isSettled = true;

// saleData_.price = highestBid_.amount;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is it commented?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

accept finalize auction with price is zero

@jollyjoker992 jollyjoker992 merged commit ea09322 into main Nov 13, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants