From 1665692ff9b421a9a690e9f8227b56b31d0cbff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20FP?= <105675159+TucksonDev@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:11:34 +0000 Subject: [PATCH] Update precompiles/ArbAggregator.go Co-authored-by: Joshua Colvin --- precompiles/ArbAggregator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/precompiles/ArbAggregator.go b/precompiles/ArbAggregator.go index 00e6c3d2cc..cee395189c 100644 --- a/precompiles/ArbAggregator.go +++ b/precompiles/ArbAggregator.go @@ -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 {