feat(net): make bloom filter optional on receipts request (#16718)

This commit is contained in:
Léa Narzis
2025-06-12 13:48:33 +02:00
committed by GitHub
parent e7cbecb0df
commit 9f98728deb
10 changed files with 179 additions and 108 deletions

View File

@@ -494,6 +494,7 @@ fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> {
}
IncomingEthRequest::GetNodeData { .. } => {}
IncomingEthRequest::GetReceipts { .. } => {}
IncomingEthRequest::GetReceipts69 { .. } => {}
},
}
}