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



Co-authored-by: rishflab <rishflab@hotmail.com>
This commit is contained in:
bors[bot] 2021-10-10 22:40:59 +00:00 committed by GitHub
commit b9d2e9c3ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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