Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Removing sellOnShare from Ask #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ struct Ask {
uint256 amount;
// Address to the ERC20 token being asked
address currency;
// % of the next sale to award the previous owner
Decimal.D256 sellOnShare;
}

struct BidShares {
Expand Down