Skip to content

Commit 2a526d3

Browse files
authored
Update BloodBankRegistry.sol
1 parent b9e6580 commit 2a526d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sanguinet-bloodbankregistry/contracts/BloodBankRegistry.sol

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ contract BloodBankRegistry {
2626
require(msg.value >= _amount); _;
2727
}
2828

29-
function IsRegistryValid( ) public payable
30-
onlyAfter(creationTime + 1 minutes) {
29+
function IsRegistryValid ( ) onlyAfter(creationTime + 1 minutes) public returns (bool) {
3130
return true;
3231
}
3332
}

0 commit comments

Comments
 (0)