Skip to content

Commit

Permalink
bugfix: rename rollup to 'Accepted on layer1' (#1314)
Browse files Browse the repository at this point in the history
* bugfix: renanem rollup to 'rolled up'

* rename 'Rollup to layer1' to 'Accepted on layer1'

---------

Co-authored-by: wenbin shi <[email protected]>
  • Loading branch information
bradyjoestar and wenbin shi authored Jul 26, 2023
1 parent a037479 commit 67e034a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l2geth/internal/ethapi/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 67e034a

Please sign in to comment.