Skip to content

Commit 591b77c

Browse files
committed
switch to nip-4 again for 0.4.9 release
1 parent 923a47e commit 591b77c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bcr-ebill-transport/src/nostr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ impl NostrClient {
119119
}
120120

121121
fn use_nip04(&self) -> bool {
122-
false
122+
true
123123
}
124124

125125
// We create the client with a private key so this should never fail.

0 commit comments

Comments
 (0)