diff --git a/Cargo.lock b/Cargo.lock index e79410426..c9e932339 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2252,7 +2252,7 @@ dependencies = [ [[package]] name = "lightning" version = "0.0.121" -source = "git+https://github.com/MutinyWallet/rust-lightning.git?rev=e82635b32458a77d28a5a23b664696422eb526e4#e82635b32458a77d28a5a23b664696422eb526e4" +source = "git+https://github.com/MutinyWallet/rust-lightning.git?rev=0e2c116d1fa9d8db25e0364466dcacf4c7366c33#0e2c116d1fa9d8db25e0364466dcacf4c7366c33" dependencies = [ "bitcoin 0.30.2", "hex-conservative", @@ -2263,7 +2263,7 @@ dependencies = [ [[package]] name = "lightning-background-processor" version = "0.0.121" -source = "git+https://github.com/MutinyWallet/rust-lightning.git?rev=e82635b32458a77d28a5a23b664696422eb526e4#e82635b32458a77d28a5a23b664696422eb526e4" +source = "git+https://github.com/MutinyWallet/rust-lightning.git?rev=0e2c116d1fa9d8db25e0364466dcacf4c7366c33#0e2c116d1fa9d8db25e0364466dcacf4c7366c33" dependencies = [ "bitcoin 0.30.2", "lightning 0.0.121", @@ -2288,7 +2288,7 @@ dependencies = [ [[package]] name = "lightning-invoice" version = "0.29.0" -source = "git+https://github.com/MutinyWallet/rust-lightning.git?rev=e82635b32458a77d28a5a23b664696422eb526e4#e82635b32458a77d28a5a23b664696422eb526e4" +source = "git+https://github.com/MutinyWallet/rust-lightning.git?rev=0e2c116d1fa9d8db25e0364466dcacf4c7366c33#0e2c116d1fa9d8db25e0364466dcacf4c7366c33" dependencies = [ "bech32", "bitcoin 0.30.2", @@ -2315,7 +2315,7 @@ dependencies = [ [[package]] name = "lightning-net-tokio" version = "0.0.121" -source = "git+https://github.com/MutinyWallet/rust-lightning.git?rev=e82635b32458a77d28a5a23b664696422eb526e4#e82635b32458a77d28a5a23b664696422eb526e4" +source = "git+https://github.com/MutinyWallet/rust-lightning.git?rev=0e2c116d1fa9d8db25e0364466dcacf4c7366c33#0e2c116d1fa9d8db25e0364466dcacf4c7366c33" dependencies = [ "bitcoin 0.30.2", "lightning 0.0.121", @@ -2325,7 +2325,7 @@ dependencies = [ [[package]] name = "lightning-rapid-gossip-sync" version = "0.0.121" -source = "git+https://github.com/MutinyWallet/rust-lightning.git?rev=e82635b32458a77d28a5a23b664696422eb526e4#e82635b32458a77d28a5a23b664696422eb526e4" +source = "git+https://github.com/MutinyWallet/rust-lightning.git?rev=0e2c116d1fa9d8db25e0364466dcacf4c7366c33#0e2c116d1fa9d8db25e0364466dcacf4c7366c33" dependencies = [ "bitcoin 0.30.2", "lightning 0.0.121", @@ -2334,7 +2334,7 @@ dependencies = [ [[package]] name = "lightning-transaction-sync" version = "0.0.121" -source = "git+https://github.com/MutinyWallet/rust-lightning.git?rev=e82635b32458a77d28a5a23b664696422eb526e4#e82635b32458a77d28a5a23b664696422eb526e4" +source = "git+https://github.com/MutinyWallet/rust-lightning.git?rev=0e2c116d1fa9d8db25e0364466dcacf4c7366c33#0e2c116d1fa9d8db25e0364466dcacf4c7366c33" dependencies = [ "bdk-macros", "bitcoin 0.30.2", diff --git a/Cargo.toml b/Cargo.toml index e7db545de..a6d121f68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = "0e2c116d1fa9d8db25e0364466dcacf4c7366c33" } +lightning-invoice = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "0e2c116d1fa9d8db25e0364466dcacf4c7366c33" } +lightning-rapid-gossip-sync = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "0e2c116d1fa9d8db25e0364466dcacf4c7366c33" } +lightning-background-processor = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "0e2c116d1fa9d8db25e0364466dcacf4c7366c33" } +lightning-transaction-sync = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "0e2c116d1fa9d8db25e0364466dcacf4c7366c33" } +lightning-net-tokio = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "0e2c116d1fa9d8db25e0364466dcacf4c7366c33" }