Skip to content

Commit

Permalink
Update precompiles/ArbAggregator.go
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Colvin <[email protected]>
  • Loading branch information
TucksonDev and joshuacolvin0 authored Dec 10, 2024
1 parent 7a1ec82 commit 1665692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion precompiles/ArbAggregator.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func (con ArbAggregator) GetBatchPosters(c ctx, evm mech) ([]addr, error) {
return c.State.L1PricingState().BatchPosterTable().AllPosters(65536)
}

// Adds newBatchPoster as a batch poster
// Adds additional batch poster address
func (con ArbAggregator) AddBatchPoster(c ctx, evm mech, newBatchPoster addr) error {
isOwner, err := c.State.ChainOwners().IsMember(c.caller)
if err != nil {
Expand Down

0 comments on commit 1665692

Please sign in to comment.