Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update client/network/src/service.rs
spaces/tabs

Co-authored-by: Pierre Krieger <[email protected]>
  • Loading branch information
eskimor and tomaka committed Feb 2, 2021
commit 5d8ec151e07b9d93e62d62a1969f005f3dd4772c
2 changes: 1 addition & 1 deletion client/network/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ impl<B: BlockT + 'static, H: ExHashT> NetworkService<B, H> {
request: Vec<u8>,
tx: oneshot::Sender<Result<Vec<u8>, RequestFailure>>,
connect: IfDisconnected,
) {
) {
let _ = self.to_worker.unbounded_send(ServiceToWorkerMsg::Request {
target,
protocol: protocol.into(),
Expand Down