Skip to content

Commit

Permalink
Remove requirement that antes sum to msg.value
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenshively committed Aug 15, 2024
1 parent e384e90 commit 0b7508e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions periphery/src/borrower-nft/BorrowerNFT.sol
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ contract BorrowerNFT is ERC721Z {
emit Modify(owner, borrower, managers[k]);
}
}

require(address(this).balance == 0, "Aloe: antes sum");
}

function multicall(bytes[] calldata data) external payable {
Expand Down

0 comments on commit 0b7508e

Please sign in to comment.