Skip to content

Commit

Permalink
Update src/Blobstream.sol
Browse files Browse the repository at this point in the history
Co-authored-by: John Adler <[email protected]>
  • Loading branch information
rach-id and adlerjohn authored Nov 6, 2023
1 parent 7213c87 commit 942fc10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Blobstream.sol
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ contract Blobstream is IDAOracle, Initializable, UUPSUpgradeable, OwnableUpgrade
/// @param _nonce Initial event nonce.
/// @param _powerThreshold Initial voting power that is needed to approve
/// operations.
/// @param _validatorSetCheckpoint Initial validator set domainSeparateValidatorSetHash. This does not need
/// @param _validatorSetCheckpoint Initial checkpoint of the validator set. This does not need
/// to be the genesis validator set of the bridged chain, only the initial
/// validator set of the bridge.
/// @dev DO NOT REMOVE THE INITIALIZER! It is mandatory for upgradability.
Expand Down

0 comments on commit 942fc10

Please sign in to comment.