mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-05-19 23:20:30 -04:00
Merge #815
815: Remove duplicate log message r=rishflab a=rishflab Co-authored-by: rishflab <rishflab@hotmail.com>
This commit is contained in:
commit
b9d2e9c3ae
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue