Skip to content

Commit

Permalink
Remove duplicate print
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGould committed Aug 6, 2024
1 parent 58d6f21 commit 5beb7be
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions payjoin-cli/src/app/v1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -329,11 +329,6 @@ impl App {
},
Some(bitcoin::FeeRate::MIN),
)?;
let payjoin_proposal_psbt = payjoin_proposal.psbt();
println!(
"Responded with Payjoin proposal {}",
payjoin_proposal_psbt.clone().extract_tx_unchecked_fee_rate().compute_txid()
);
Ok(payjoin_proposal)
}
}

0 comments on commit 5beb7be

Please sign in to comment.