815: Remove duplicate log message r=rishflab a=rishflab



Co-authored-by: rishflab <rishflab@hotmail.com>
pull/757/head
bors[bot] 3 years ago committed by GitHub
commit b9d2e9c3ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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,

Loading…
Cancel
Save