mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 04:41:03 +00:00
Update Substrate & Polkadot (#523)
This commit is contained in:
@@ -55,12 +55,15 @@ impl<Block: BlockT> ActiveCandidateRecovery<Block> {
|
||||
let (tx, rx) = oneshot::channel();
|
||||
|
||||
self.overseer_handler
|
||||
.send_msg(AvailabilityRecoveryMessage::RecoverAvailableData(
|
||||
pending_candidate.receipt,
|
||||
pending_candidate.session_index,
|
||||
None,
|
||||
tx,
|
||||
))
|
||||
.send_msg(
|
||||
AvailabilityRecoveryMessage::RecoverAvailableData(
|
||||
pending_candidate.receipt,
|
||||
pending_candidate.session_index,
|
||||
None,
|
||||
tx,
|
||||
),
|
||||
"ActiveCandidateRecovery",
|
||||
)
|
||||
.await;
|
||||
|
||||
self.candidates.insert(block_hash);
|
||||
|
||||
Reference in New Issue
Block a user