From 91c4e9c5d3d1aba6552a2316373f996ad4685567 Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Fri, 17 Mar 2023 17:02:33 +0100 Subject: [PATCH] eprintln --- subxt/src/tx/tx_progress.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/subxt/src/tx/tx_progress.rs b/subxt/src/tx/tx_progress.rs index c6b0179f1d..deab618efa 100644 --- a/subxt/src/tx/tx_progress.rs +++ b/subxt/src/tx/tx_progress.rs @@ -156,6 +156,7 @@ impl> Stream for TxProgress { Some(sub) => sub, None => return Poll::Ready(None), }; + eprintln!("poll_next"); sub.poll_next_unpin(cx).map_ok(|status| { match status {