mirror of
https://github.com/daywalker90/cln-nip47.git
synced 2026-08-13 12:33:43 +02:00
add nip44_v2 usage logging
This commit is contained in:
parent
5a8f45511d
commit
3331842ce1
1 changed files with 1 additions and 1 deletions
|
|
@ -386,7 +386,7 @@ fn decrypt_request(
|
|||
}
|
||||
}
|
||||
};
|
||||
log::debug!("Decrypted:{content}");
|
||||
log::debug!("Decrypted (nip44_v2:{use_nip44}):{content}");
|
||||
let request: nip47::Request = match serde_json::from_str(&content) {
|
||||
Ok(o) => o,
|
||||
Err(e) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue