Skip to content

Commit

Permalink
add event docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pblivin0x committed Jul 3, 2024
1 parent e81be72 commit e68a09d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/staking/SnapshotStakingPool.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ contract SnapshotStakingPool is ISnapshotStakingPool, Ownable, ERC20Snapshot, Re

/* EVENTS */

/// @notice Emitted when the reward distributor is changed.
event DistributorChanged(address newDistributor);
/// @notice Emitted when the snapshot delay is changed.
event SnapshotDelayChanged(uint256 newSnapshotDelay);

/* IMMUTABLES */
Expand Down

0 comments on commit e68a09d

Please sign in to comment.