Skip to content

Commit

Permalink
client: Pull in the cln-grpc with FetchInvoice
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Nov 17, 2023
1 parent a343596 commit ec73e98
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 31 deletions.
45 changes: 15 additions & 30 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion libs/gl-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ vls-protocol-signer = { git="https://gitlab.com/cdecker/vls", tag="snapshot-2023
vls-protocol = { git="https://gitlab.com/cdecker/vls", tag="snapshot-20230920" }
serde_json = "^1.0"
thiserror = "1"
cln-grpc = "^0.1"
cln-grpc = {git = "https://github.com/cdecker/lightning.git", tag = "gl-20231113" }
chacha20poly1305 = { version = "0.10.1", optional = true }

serde_bolt = "0.2"
Expand Down

0 comments on commit ec73e98

Please sign in to comment.