mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-02-25 09:01:21 -05:00
Remove duplicate log message
This commit is contained in:
parent
6fec886a73
commit
ea08a2a694
@ -177,10 +177,6 @@ async fn main() -> Result<()> {
|
|||||||
"Internal bitcoin wallet location: {}",
|
"Internal bitcoin wallet location: {}",
|
||||||
format!("{}/wallet", data_dir.display())
|
format!("{}/wallet", data_dir.display())
|
||||||
);
|
);
|
||||||
println!(
|
|
||||||
"Internal bitcoin wallet location: {}",
|
|
||||||
format!("{}/wallet", data_dir.display())
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
Command::WithdrawBtc {
|
Command::WithdrawBtc {
|
||||||
bitcoin_electrum_rpc_url,
|
bitcoin_electrum_rpc_url,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user