Skip to content

Commit

Permalink
Merge branch 'deploy-da-settlement' of github.com:ArtBlocks/artblocks…
Browse files Browse the repository at this point in the history
…-contracts into deploy-da-settlement
  • Loading branch information
jakerockland committed Dec 13, 2022
2 parents 979705c + 1e5f431 commit 14d13c0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ interface IFilteredMinterDAExpSettlementV0 is IFilteredMinterV1 {
event ReceiptUpdated(
address indexed _purchaser,
uint256 indexed _projectId,
uint256 _netPosted,
uint256 _numPurchased
uint256 _numPurchased,
uint256 _netPosted
);

/// returns latest purchase price for project `_projectId`, or 0 if no
Expand Down

0 comments on commit 14d13c0

Please sign in to comment.