mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-17 18:15:41 +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:
@@ -135,6 +135,7 @@ impl<TBlock: BlockT, TBackend: Backend<TBlock>> GrandpaWarpSyncRequestHandler<TB
|
||||
pending_response.send(OutgoingResponse {
|
||||
result: Ok(proof.encode()),
|
||||
reputation_changes: Vec::new(),
|
||||
sent_feedback: None,
|
||||
}).map_err(|_| HandleRequestError::SendResponse)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user