Don't return signed_tx to API caller on WithdrawBtc method

This commit is contained in:
binarybaron 2023-09-28 13:46:31 +02:00
parent d6e178357b
commit 25d1fcd2b5

View file

@ -574,7 +574,6 @@ impl Request {
.await?;
Ok(json!({
"signed_tx": signed_tx,
"amount": amount.to_sat(),
"txid": signed_tx.txid(),
}))