@@ -129,17 +129,17 @@ check-cfg = [
129129]
130130
131131[patch ."https://github .com/lightningdevkit/rust-lightning" ]
132- lightning = { path = " ../ rust-lightning/lightning " }
133- lightning-types = { path = " ../ rust-lightning/lightning-types " }
134- lightning-invoice = { path = " ../ rust-lightning/lightning-invoice " }
135- lightning-net-tokio = { path = " ../ rust-lightning/lightning-net-tokio " }
136- lightning-persister = { path = " ../ rust-lightning/lightning-persister " }
137- lightning-background-processor = { path = " ../ rust-lightning/lightning-background-processor " }
138- lightning-rapid-gossip-sync = { path = " ../ rust-lightning/lightning-rapid-gossip-sync " }
139- lightning-block-sync = { path = " ../ rust-lightning/lightning-block-sync " }
140- lightning-transaction-sync = { path = " ../ rust-lightning/lightning-transaction-sync " }
141- lightning-liquidity = { path = " ../ rust-lightning/lightning-liquidity " }
142- lightning-macros = { path = " ../ rust-lightning/lightning-macros " }
132+ lightning = { git = " https://github.com/tnull/ rust-lightning" , rev = " 8256d83c85fa0b9d843ebc2e2373669229ec06c1 " }
133+ lightning-types = { git = " https://github.com/tnull/ rust-lightning" , rev = " 8256d83c85fa0b9d843ebc2e2373669229ec06c1 " }
134+ lightning-invoice = { git = " https://github.com/tnull/ rust-lightning" , rev = " 8256d83c85fa0b9d843ebc2e2373669229ec06c1 " }
135+ lightning-net-tokio = { git = " https://github.com/tnull/ rust-lightning" , rev = " 8256d83c85fa0b9d843ebc2e2373669229ec06c1 " }
136+ lightning-persister = { git = " https://github.com/tnull/ rust-lightning" , rev = " 8256d83c85fa0b9d843ebc2e2373669229ec06c1 " }
137+ lightning-background-processor = { git = " https://github.com/tnull/ rust-lightning" , rev = " 8256d83c85fa0b9d843ebc2e2373669229ec06c1 " }
138+ lightning-rapid-gossip-sync = { git = " https://github.com/tnull/ rust-lightning" , rev = " 8256d83c85fa0b9d843ebc2e2373669229ec06c1 " }
139+ lightning-block-sync = { git = " https://github.com/tnull/ rust-lightning" , rev = " 8256d83c85fa0b9d843ebc2e2373669229ec06c1 " }
140+ lightning-transaction-sync = { git = " https://github.com/tnull/ rust-lightning" , rev = " 8256d83c85fa0b9d843ebc2e2373669229ec06c1 " }
141+ lightning-liquidity = { git = " https://github.com/tnull/ rust-lightning" , rev = " 8256d83c85fa0b9d843ebc2e2373669229ec06c1 " }
142+ lightning-macros = { git = " https://github.com/tnull/ rust-lightning" , rev = " 8256d83c85fa0b9d843ebc2e2373669229ec06c1 " }
143143
144144[[bench ]]
145145name = " payments"
0 commit comments