File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11pragma solidity ^ 0.4.24 ;
22
33
4- ///@dev See https://blockscout.com/poa/core /address/0x67e90a54AeEA85f21949c645082FE95d77BC1E70 /contracts
4+ ///@dev See https://blockscout.com/poa/xdai /address/0x5870b0527DeDB1cFBD9534343Feda1a41Ce47766 /contracts
55///@dev Sokol testnet: https://blockscout.com/poa/sokol/address/0x8f2b78169B0970F11a762e56659Db52B59CBCf1B/contracts
66interface IRandomAuRa {
77 function currentSeed () external view returns (uint256 );
88 function isCommitPhase () external view returns (bool );
99 function nextCommitPhaseStartBlock () external view returns (uint256 );
10- function collectRoundLength () external view returns (uint256 ); // 40
10+ function collectRoundLength () external view returns (uint256 );
1111}
You can’t perform that action at this time.
0 commit comments