Commit 0ec5838
authored
fix: Decode correct type for sync committee contributions in QBFT check (#517)
Incorrectly, we try to decode the proposed data on role `BEACON_ROLE_SYNC_COMMITTEE_CONTRIBUTION` to `SyncCommitteeContribution`.
Decode to `Contributions` instead, matching the decoding of the completed value: https://github.com/sigp/anchor/blob/94aacac9d4d26877c3b9ee4a4417ccf36e0bfb51/anchor/validator_store/src/lib.rs#L14841 parent a47e648 commit 0ec5838
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
296 | | - | |
| 296 | + | |
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
| |||
0 commit comments