diff --git a/l2geth/internal/ethapi/api.go b/l2geth/internal/ethapi/api.go index e6e6f3760..0995c2c0e 100644 --- a/l2geth/internal/ethapi/api.go +++ b/l2geth/internal/ethapi/api.go @@ -55,7 +55,7 @@ var ( errStillSyncing = errors.New("sequencer still syncing, cannot accept transactions") errBlockNotIndexed = errors.New("block in range not indexed, this should never happen") txStatusPeriodZero = "Accepted on layer2" - txStatusPeriodOne = "Rollup to layer1" + txStatusPeriodOne = "Accepted on layer1" txStatusPeriodTwo = "Finalized on layer1" txStatusPeriodThree = "Challenge Period Passed" l1FinalizeBlock = int64(64)