Skip to content

Commit

Permalink
Merge pull request #1114 from MutinyWallet/ldk-bump
Browse files Browse the repository at this point in the history
Update ldk fork for CLN issues
  • Loading branch information
TonyGiorgio authored Apr 5, 2024
2 parents 8e1168b + c095709 commit 6623e28
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ opt-level = "z"
opt-level = "z"

[patch.crates-io]
lightning = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "e82635b32458a77d28a5a23b664696422eb526e4" }
lightning-invoice = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "e82635b32458a77d28a5a23b664696422eb526e4" }
lightning-rapid-gossip-sync = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "e82635b32458a77d28a5a23b664696422eb526e4" }
lightning-background-processor = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "e82635b32458a77d28a5a23b664696422eb526e4" }
lightning-transaction-sync = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "e82635b32458a77d28a5a23b664696422eb526e4" }
lightning-net-tokio = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "e82635b32458a77d28a5a23b664696422eb526e4" }
lightning = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "f07ee8fbba109beffbec48a9ae229a5bbe1e9358" }
lightning-invoice = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "f07ee8fbba109beffbec48a9ae229a5bbe1e9358" }
lightning-rapid-gossip-sync = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "f07ee8fbba109beffbec48a9ae229a5bbe1e9358" }
lightning-background-processor = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "f07ee8fbba109beffbec48a9ae229a5bbe1e9358" }
lightning-transaction-sync = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "f07ee8fbba109beffbec48a9ae229a5bbe1e9358" }
lightning-net-tokio = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "f07ee8fbba109beffbec48a9ae229a5bbe1e9358" }

0 comments on commit 6623e28

Please sign in to comment.