mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 18:17:56 +00:00
Add a feedback when response is successfully sent (#8510)
* Add a feedback when response is successfully sent * Fix gp warp sync
This commit is contained in:
@@ -254,6 +254,7 @@ impl<B: BlockT> BlockRequestHandler<B> {
|
||||
pending_response.send(OutgoingResponse {
|
||||
result,
|
||||
reputation_changes,
|
||||
sent_feedback: None,
|
||||
}).map_err(|_| HandleRequestError::SendResponse)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user