Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit ae7766a

Browse files
authored
Merge pull request #1148 from MutinyWallet/longer-ping-timeout
Longer ping timeout fork of LDK
2 parents cc14c84 + fbac49d commit ae7766a

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ opt-level = "z"
1515
opt-level = "z"
1616

1717
[patch.crates-io]
18-
lightning = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "0e2c116d1fa9d8db25e0364466dcacf4c7366c33" }
19-
lightning-invoice = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "0e2c116d1fa9d8db25e0364466dcacf4c7366c33" }
20-
lightning-rapid-gossip-sync = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "0e2c116d1fa9d8db25e0364466dcacf4c7366c33" }
21-
lightning-background-processor = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "0e2c116d1fa9d8db25e0364466dcacf4c7366c33" }
22-
lightning-transaction-sync = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "0e2c116d1fa9d8db25e0364466dcacf4c7366c33" }
23-
lightning-net-tokio = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "0e2c116d1fa9d8db25e0364466dcacf4c7366c33" }
18+
lightning = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "e660e068f6f93b13dc782b2d607795716b48ed15" }
19+
lightning-invoice = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "e660e068f6f93b13dc782b2d607795716b48ed15" }
20+
lightning-rapid-gossip-sync = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "e660e068f6f93b13dc782b2d607795716b48ed15" }
21+
lightning-background-processor = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "e660e068f6f93b13dc782b2d607795716b48ed15" }
22+
lightning-transaction-sync = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "e660e068f6f93b13dc782b2d607795716b48ed15" }
23+
lightning-net-tokio = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "e660e068f6f93b13dc782b2d607795716b48ed15" }

0 commit comments

Comments
 (0)