mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-09-19 04:14:42 -04:00
Correct debug log for check_tx_key
This commit is contained in:
parent
ecebbb76b1
commit
6c4d72704a
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ impl Client {
|
||||||
.text()
|
.text()
|
||||||
.await?;
|
.await?;
|
||||||
|
|
||||||
debug!("transfer RPC response: {}", response);
|
debug!("check_tx_key RPC response: {}", response);
|
||||||
|
|
||||||
let r = serde_json::from_str::<Response<CheckTxKey>>(&response)?;
|
let r = serde_json::from_str::<Response<CheckTxKey>>(&response)?;
|
||||||
Ok(r.result)
|
Ok(r.result)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue