Skip to content

Commit e5b670a

Browse files
committed
docs: fix randomaura reference
1 parent 52437c3 commit e5b670a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
pragma 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
66
interface 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
}

0 commit comments

Comments
 (0)