Skip to content

Commit 52dde99

Browse files
authored
Update streamtide.sol
1 parent bc6879f commit 52dde99

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

streamtide.sol

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@ contract MVPCLR is Ownable {
8989
delete isAdmin[_admin];
9090
}
9191

92-
93-
94-
9592
function getBlockTimestamp() public view returns (uint256) {
9693
return block.timestamp;
9794
}
@@ -108,7 +105,6 @@ contract MVPCLR is Ownable {
108105
}
109106

110107
function donate(uint256[] memory patron_indexes, uint256[] memory amounts) public payable {
111-
require(!roundIsClosed(), "Round is closed, Can't donate");
112108
uint256 total_amount = 0;
113109
for(uint256 i = 0; i < patron_indexes.length; i++) {
114110
uint256 patron_index = patron_indexes[i];

0 commit comments

Comments
 (0)