Skip to content

Commit 4a26989

Browse files
committed
Simplify LNURL Auth by removing Websockets
1 parent 520c110 commit 4a26989

File tree

4 files changed

+208
-356
lines changed

4 files changed

+208
-356
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build = "build.rs"
1313

1414
[dependencies]
1515
prost = "0.11.6"
16-
reqwest = { version = "0.11.13", default-features = false, features = ["rustls-tls"] }
16+
reqwest = { version = "0.11.13", default-features = false, features = ["rustls-tls", "json"] }
1717
tokio = { version = "1", default-features = false, features = ["time"] }
1818
rand = "0.8.5"
1919
bitcoin = "0.31.1"

0 commit comments

Comments
 (0)