mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -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
@ -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…
Reference in New Issue
Block a user