Skip to content

Commit b34d6a2

Browse files
committed
0.4.10 and switch to nip-17 again
1 parent 591b77c commit b34d6a2

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# 0.4.10
2+
13
# 0.4.9
24

35
* Identity Proof now requests URLs via nostr-relay HTTP proxy

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.4.9"
2+
version = "0.4.10"
33
edition = "2024"
44
license = "MIT"
55

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-
true
122+
false
123123
}
124124

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

0 commit comments

Comments
 (0)