Skip to content

Commit b43718a

Browse files
yahgwaigzeoneth
andauthored
Update src/bridge/SequencerInbox.sol
Co-authored-by: gzeon <[email protected]>
1 parent d843ac7 commit b43718a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bridge/SequencerInbox.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ contract SequencerInbox is DelegateCallAware, GasRefundEnabled, ISequencerInbox
776776
onlyRollupOwnerOrBatchPosterManager
777777
{
778778
isSequencer[addr] = isSequencer_;
779-
emit OwnerFunctionCalled(4);
779+
emit OwnerFunctionCalled(4); // Owner in this context can also be batch poster manager
780780
}
781781

782782
/// @inheritdoc ISequencerInbox

0 commit comments

Comments
 (0)