Commit 7239dcb
committed
test(fast-inbox): read the per-bucket cap from the shared constant (A-1386)
The cap moved to file scope in Inbox.sol so the propose-side settled-bucket check can
share one definition with the Inbox; the fuzz harness still read it through the
removed contract getter.1 parent 6d19511 commit 7239dcb
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments