Skip to content

Commit

Permalink
Update BloodBankRegistry.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
gokulsan authored Aug 27, 2020
1 parent b9e6580 commit 2a526d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sanguinet-bloodbankregistry/contracts/BloodBankRegistry.sol
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ contract BloodBankRegistry {
require(msg.value >= _amount); _;
}

function IsRegistryValid( ) public payable
onlyAfter(creationTime + 1 minutes) {
function IsRegistryValid ( ) onlyAfter(creationTime + 1 minutes) public returns (bool) {
return true;
}
}

0 comments on commit 2a526d3

Please sign in to comment.