Commit 4e2dd772 authored by John Wick's avatar John Wick Committed by GitHub

fix typo in reorg_test.go

parent 060a34e6
...@@ -330,7 +330,7 @@ func ReorgFlipFlop(gt *testing.T, deltaTimeOffset *hexutil.Uint64) { ...@@ -330,7 +330,7 @@ func ReorgFlipFlop(gt *testing.T, deltaTimeOffset *hexutil.Uint64) {
// 12. Sync the verifier and assert that the L2 safe head L1 origin has caught up with chain B // 12. Sync the verifier and assert that the L2 safe head L1 origin has caught up with chain B
// 13. Ensure that the parent L2 block of the block that contains Alice's transaction still exists // 13. Ensure that the parent L2 block of the block that contains Alice's transaction still exists
// after the L2 has re-derived from chain B. // after the L2 has re-derived from chain B.
// 14. Ensure that the L2 block that contained Alice's transction before the reorg no longer exists. // 14. Ensure that the L2 block that contained Alice's transaction before the reorg no longer exists.
// //
// Chain A // Chain A
// - 61 blocks total // - 61 blocks total
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment