Skip to content

Commit

Permalink
Implement JSON-rpc structs for LSPS2
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikDeSmedt committed Sep 14, 2023
1 parent 932c5dc commit a82bca9
Show file tree
Hide file tree
Showing 5 changed files with 357 additions and 59 deletions.
46 changes: 0 additions & 46 deletions libs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions libs/gl-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ async-trait = "0.1.72"

rand = "0.8.5"
uuid = {version = "1.4.0", features=["serde"]}
time = { version = "0.3", features = ["macros", "serde-well-known"] }
serde_with = { version = "2", features = ["time_0_3"] }
time = { version = "0.3", features = ["macros"] }

[build-dependencies]
tonic-build = "^0.8"
Expand Down
1 change: 1 addition & 0 deletions libs/gl-client/src/lnurl/withdraw/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ pub fn parse_withdraw_request_response_from_url(url: &str) -> Option<WithdrawReq
None
}

#[cfg(tests)]
mod tests {
use super::*;

Expand Down
Loading

0 comments on commit a82bca9

Please sign in to comment.