mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Correct debug log for check_tx_key
This commit is contained in:
parent
ecebbb76b1
commit
6c4d72704a
@ -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…
Reference in New Issue
Block a user