Skip to content

Commit

Permalink
Merge pull request zingolabs#670 from AloeareV/fix_println
Browse files Browse the repository at this point in the history
remove println
  • Loading branch information
AloeareV authored Nov 9, 2023
2 parents 9440d19 + 9d1ab21 commit 34d1bab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zingolib/src/lightclient.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,6 @@ impl LightClient {
let price = lc1.wallet.price.clone();

while let Some(rtransaction) = mempool_receiver.recv().await {
println!("Found mempool transaction");
if let Ok(transaction) = Transaction::read(
&rtransaction.data[..],
BranchId::for_height(
Expand Down

0 comments on commit 34d1bab

Please sign in to comment.