We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e6e06 commit b09a42eCopy full SHA for b09a42e
src/block_range_scanner.rs
@@ -533,7 +533,7 @@ impl<N: Network> Service<N> {
533
}
534
Err(e) => {
535
error!(error = %e, "Terminal RPC call error, shutting down");
536
- _ = sender.try_stream(e);
+ _ = sender.try_stream(e).await;
537
return;
538
539
};
@@ -555,7 +555,7 @@ impl<N: Network> Service<N> {
555
556
557
558
559
560
561
0 commit comments