Commit c5e3e1f
committed
fix(fast-inbox): drop unused isFirstBlock binding in blob-data fixtures (A-1384)
The flip made every block carry the l1-to-l2 message tree root, so
makeBlockEndBlobData no longer branches on isFirstBlock. The parameter is
still accepted for call-site compatibility (makeBlockBlobData, the archiver
data-retrieval test) but is now bound to an underscore name to satisfy
no-unused-vars, which was failing lint --check from this branch upwards.1 parent 87ffa09 commit c5e3e1f
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
135 | 137 | | |
136 | 138 | | |
137 | 139 | | |
| |||
0 commit comments