Commit 691df39
committed
fix(tests): size the merged placeholder pubkeys from PUBLIC_KEY_SIZE
The latest merge from main brought in two more test helpers (#554, #556)
that build validators with hardcoded 52-byte pubkeys, which do not compile
on this branch: tracking leanVM main shrinks XMSS pubkeys to 32 bytes.
Reference the constant so the size follows the type, same as 8f6a6b6 did
for the helpers the previous merge carried over.1 parent 116e473 commit 691df39
2 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1028 | 1028 | | |
1029 | 1029 | | |
1030 | 1030 | | |
1031 | | - | |
| 1031 | + | |
1032 | 1032 | | |
1033 | 1033 | | |
1034 | 1034 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1732 | 1732 | | |
1733 | 1733 | | |
1734 | 1734 | | |
| 1735 | + | |
1735 | 1736 | | |
1736 | 1737 | | |
1737 | 1738 | | |
1738 | 1739 | | |
1739 | 1740 | | |
1740 | | - | |
1741 | | - | |
| 1741 | + | |
| 1742 | + | |
1742 | 1743 | | |
1743 | 1744 | | |
1744 | 1745 | | |
| |||
0 commit comments