We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9e6580 commit 2a526d3Copy full SHA for 2a526d3
sanguinet-bloodbankregistry/contracts/BloodBankRegistry.sol
@@ -26,8 +26,7 @@ contract BloodBankRegistry {
26
require(msg.value >= _amount); _;
27
}
28
29
- function IsRegistryValid( ) public payable
30
- onlyAfter(creationTime + 1 minutes) {
+ function IsRegistryValid ( ) onlyAfter(creationTime + 1 minutes) public returns (bool) {
31
return true;
32
33
0 commit comments