We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeeb314 commit 1ad7935Copy full SHA for 1ad7935
packages/contracts/contracts/rewards/SubgraphAvailabilityManager.sol
@@ -34,7 +34,7 @@ contract SubgraphAvailabilityManager is Governed {
34
35
/// @dev Nonce for generating votes on subgraph deployment IDs.
36
/// Increased whenever oracles or voteTimeLimit change, to invalidate old votes.
37
- uint256 private currentNonce;
+ uint256 public currentNonce;
38
39
/// @notice Time limit for a vote to be valid
40
uint256 public voteTimeLimit;
0 commit comments