@@ -36,13 +36,13 @@ default = []
3636# lightning-rapid-gossip-sync = { version = "0.0.121" }
3737# lightning-transaction-sync = { version = "0.0.121", features = ["esplora-async-https", "time"] }
3838
39- lightning = { git = " https://github.com/lightningdevkit /rust-lightning" , rev =" a9d73c2889d6ad33a8527778436633cb4173b63e " , features = [" std" ] }
40- lightning-invoice = { git = " https://github.com/lightningdevkit /rust-lightning" , rev =" a9d73c2889d6ad33a8527778436633cb4173b63e " }
41- lightning-net-tokio = { git = " https://github.com/lightningdevkit /rust-lightning" , rev =" a9d73c2889d6ad33a8527778436633cb4173b63e " }
42- lightning-persister = { git = " https://github.com/lightningdevkit /rust-lightning" , rev =" a9d73c2889d6ad33a8527778436633cb4173b63e " }
43- lightning-background-processor = { git = " https://github.com/lightningdevkit /rust-lightning" , rev =" a9d73c2889d6ad33a8527778436633cb4173b63e " , features = [" futures" ] }
44- lightning-rapid-gossip-sync = { git = " https://github.com/lightningdevkit /rust-lightning" , rev =" a9d73c2889d6ad33a8527778436633cb4173b63e " }
45- lightning-transaction-sync = { git = " https://github.com/lightningdevkit /rust-lightning" , rev =" a9d73c2889d6ad33a8527778436633cb4173b63e " , features = [" esplora-async" ] }
39+ lightning = { git = " https://github.com/tnull /rust-lightning" , rev =" bf4c7292c6783eee6d640e372f616be24468ac55 " , features = [" std" ] }
40+ lightning-invoice = { git = " https://github.com/tnull /rust-lightning" , rev =" bf4c7292c6783eee6d640e372f616be24468ac55 " }
41+ lightning-net-tokio = { git = " https://github.com/tnull /rust-lightning" , rev =" bf4c7292c6783eee6d640e372f616be24468ac55 " }
42+ lightning-persister = { git = " https://github.com/tnull /rust-lightning" , rev =" bf4c7292c6783eee6d640e372f616be24468ac55 " }
43+ lightning-background-processor = { git = " https://github.com/tnull /rust-lightning" , rev =" bf4c7292c6783eee6d640e372f616be24468ac55 " , features = [" futures" ] }
44+ lightning-rapid-gossip-sync = { git = " https://github.com/tnull /rust-lightning" , rev =" bf4c7292c6783eee6d640e372f616be24468ac55 " }
45+ lightning-transaction-sync = { git = " https://github.com/tnull /rust-lightning" , rev =" bf4c7292c6783eee6d640e372f616be24468ac55 " , features = [" esplora-async" ] }
4646
4747# lightning = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main", features = ["std"] }
4848# lightning-invoice = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main" }
@@ -85,7 +85,7 @@ winapi = { version = "0.3", features = ["winbase"] }
8585[dev-dependencies ]
8686# lightning = { version = "0.0.121", features = ["std", "_test_utils"] }
8787# lightning = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main", features = ["std", "_test_utils"] }
88- lightning = { git = " https://github.com/lightningdevkit /rust-lightning" , rev =" a9d73c2889d6ad33a8527778436633cb4173b63e " , features = [" std" , " _test_utils" ] }
88+ lightning = { git = " https://github.com/tnull /rust-lightning" , rev =" bf4c7292c6783eee6d640e372f616be24468ac55 " , features = [" std" , " _test_utils" ] }
8989electrum-client = { version = " 0.15.1" , default-features = true }
9090bitcoincore-rpc = { version = " 0.17.0" , default-features = false }
9191proptest = " 1.0.0"
0 commit comments