-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
a01cd98
to
1f8edb0
Compare
bfa5843
to
4411b74
Compare
4411b74
to
d327ea8
Compare
rewrite
92dc0c0
to
2f7a105
Compare
4be0b6c
to
6e92b8c
Compare
"FeralfileEnglishAuction: bidder is the current winner" | ||
); | ||
|
||
if (highestBid_.amount > 0) { |
There was a problem hiding this comment.
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; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is it commented?
There was a problem hiding this comment.
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
6e92b8c
to
255c6a2
Compare
255c6a2
to
837b96f
Compare
7a58ff5
to
9040dff
Compare
No description provided.