Skip to content

Commit

Permalink
Merge #815
Browse files Browse the repository at this point in the history
815: Remove duplicate log message r=rishflab a=rishflab



Co-authored-by: rishflab <rishflab@hotmail.com>
  • Loading branch information
bors[bot] and rishflab committed Oct 10, 2021
2 parents 6fec886 + ea08a2a commit b9d2e9c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions swap/src/bin/swap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,6 @@ async fn main() -> Result<()> {
"Internal bitcoin wallet location: {}",
format!("{}/wallet", data_dir.display())
);
println!(
"Internal bitcoin wallet location: {}",
format!("{}/wallet", data_dir.display())
);
}
Command::WithdrawBtc {
bitcoin_electrum_rpc_url,
Expand Down

0 comments on commit b9d2e9c

Please sign in to comment.