Skip to content

Commit

Permalink
fix: make currentNonce public
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikol committed Jan 10, 2024
1 parent eeeb314 commit 1ad7935
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ contract SubgraphAvailabilityManager is Governed {

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

/// @notice Time limit for a vote to be valid
uint256 public voteTimeLimit;
Expand Down

0 comments on commit 1ad7935

Please sign in to comment.