mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-25 12:55:48 +00:00
eprintln
This commit is contained in:
@@ -156,6 +156,7 @@ impl<T: Config, C: OnlineClientT<T>> Stream for TxProgress<T, C> {
|
|||||||
Some(sub) => sub,
|
Some(sub) => sub,
|
||||||
None => return Poll::Ready(None),
|
None => return Poll::Ready(None),
|
||||||
};
|
};
|
||||||
|
eprintln!("poll_next");
|
||||||
|
|
||||||
sub.poll_next_unpin(cx).map_ok(|status| {
|
sub.poll_next_unpin(cx).map_ok(|status| {
|
||||||
match status {
|
match status {
|
||||||
|
|||||||
Reference in New Issue
Block a user