This commit is contained in:
Michael Mueller
2023-03-17 17:02:33 +01:00
parent 339f049b24
commit 91c4e9c5d3
+1
View File
@@ -156,6 +156,7 @@ impl<T: Config, C: OnlineClientT<T>> Stream for TxProgress<T, C> {
Some(sub) => sub,
None => return Poll::Ready(None),
};
eprintln!("poll_next");
sub.poll_next_unpin(cx).map_ok(|status| {
match status {