Skip to content

Commit

Permalink
Merge branch 'contracts-develop' into address-verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaPower authored Jan 13, 2023
2 parents 468e9c8 + 2dee040 commit 543d786
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/src/bridge/ISequencerInbox.sol
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ interface ISequencerInbox is IDelayedMessageProvider {
function invalidateKeysetHash(bytes32 ksHash) external;

/**
* @notice Updates whether an address is authorized to be a sequencer at the sequencer inbox
* @notice Updates whether an address is authorized to be a sequencer.
* @dev The IsSequencer information is used only off-chain by the nitro node to validate sequencer feed signer.
* @param addr the address
* @param isSequencer_ if the specified address should be authorized as a sequencer
*/
Expand Down

0 comments on commit 543d786

Please sign in to comment.