mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-07 22:12:51 -04:00
Return wallet descriptor to RPC API caller
This commit is contained in:
parent
ffbbe24010
commit
f804254f94
1 changed files with 1 additions and 1 deletions
|
@ -511,7 +511,7 @@ impl Request {
|
|||
let wallet_export = bitcoin_wallet.wallet_export("cli").await?;
|
||||
tracing::info!(descriptor=%wallet_export.to_string(), "Exported bitcoin wallet");
|
||||
Ok(json!({
|
||||
"result": []
|
||||
"descriptor": wallet_export.to_string(),
|
||||
}))
|
||||
}
|
||||
Method::MoneroRecovery {swap_id} => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue