Skip to content

Commit

Permalink
Merge branch 'main' into feat/TLC-ExposeVestingScheduleData
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsahu authored Sep 13, 2024
2 parents 840ed9c + ef8f52a commit d943253
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/src/WLSETH.1.sol
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ contract WLSETHV1 is IWLSETHV1, Initializable, ReentrancyGuardUpgradeable {

/// @inheritdoc IWLSETHV1
function initWLSETHV1(address _river) external initializer {
__ReentrancyGuard_init();
RiverAddress.set(_river);
emit SetRiver(_river);
}
Expand Down

0 comments on commit d943253

Please sign in to comment.