Skip to content

Commit 1ad7935

Browse files
committed
fix: make currentNonce public
1 parent eeeb314 commit 1ad7935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/contracts/contracts/rewards/SubgraphAvailabilityManager.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ contract SubgraphAvailabilityManager is Governed {
3434

3535
/// @dev Nonce for generating votes on subgraph deployment IDs.
3636
/// Increased whenever oracles or voteTimeLimit change, to invalidate old votes.
37-
uint256 private currentNonce;
37+
uint256 public currentNonce;
3838

3939
/// @notice Time limit for a vote to be valid
4040
uint256 public voteTimeLimit;

0 commit comments

Comments
 (0)