This commit is contained in:
Eitan Seri-Levi
2025-01-07 13:24:29 +07:00
parent 30e9ff2a14
commit 63a26b1107
9 changed files with 39 additions and 34 deletions

View File

@@ -29,6 +29,8 @@ impl From<BeaconChainError> for GossipInclusionListError {
}
pub struct GossipVerifiedInclusionList<T: BeaconChainTypes> {
// TODO(focil) remove once this field is read
#[allow(dead_code)]
signed_il: SignedInclusionList<T::EthSpec>,
}