Companion PR for substrate#8510 (#2795)

* Companion PR for substrate#8510

* update Substrate

Co-authored-by: parity-processbot <>
This commit is contained in:
Pierre Krieger
2021-04-01 19:33:43 +02:00
committed by GitHub
parent 5338f0f055
commit 01badafba6
2 changed files with 149 additions and 148 deletions
@@ -228,6 +228,7 @@ where
.send(netconfig::OutgoingResponse {
result: Ok(resp.encode()),
reputation_changes: Vec::new(),
sent_feedback: None,
})
.map_err(|_| resp)
}