mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-15 09:48:20 +00:00
shifting payload_attestation_verification to separate module
This commit is contained in:
@@ -3687,7 +3687,7 @@ impl<T: BeaconChainTypes> NetworkBeaconProcessor<T> {
|
||||
|
||||
fn process_gossip_payload_attestation_result(
|
||||
self: &Arc<Self>,
|
||||
result: Result<VerifiedPayloadAttestationMessage<T::EthSpec>, RejectedPayloadAttestation>,
|
||||
result: Result<VerifiedPayloadAttestationMessage<T>, RejectedPayloadAttestation>,
|
||||
message_id: MessageId,
|
||||
peer_id: PeerId,
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user