Correct debug log for check_tx_key

pull/405/head
Daniel Karzel 3 years ago
parent ecebbb76b1
commit 6c4d72704a
No known key found for this signature in database
GPG Key ID: 30C3FC2E438ADB6E

@ -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…
Cancel
Save