Commit 9d669cb
committed
fix: import ProposedHeaderLib in Rollup.t.sol
The test calls ProposedHeaderLib.hash at lines 913/915 (added in A-1373) but
only imported the ProposedHeader struct, so a from-scratch forge build fails
with an undeclared-identifier error. Latent until now because CI restored a
cached l1-contracts build; a cache miss exposed it.1 parent f7cca39 commit 9d669cb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments