mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-09-18 20:04:38 -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()
|
||||
.await?;
|
||||
|
||||
debug!("transfer RPC response: {}", response);
|
||||
debug!("check_tx_key RPC response: {}", response);
|
||||
|
||||
let r = serde_json::from_str::<Response<CheckTxKey>>(&response)?;
|
||||
Ok(r.result)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue