File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ resolver = "2"
1919# We are using our own fork of `rust-dlc` at least until we can drop all the LN-DLC features. Also,
2020# `p2pderivatives/rust-dlc#master` is missing certain patches that can only be found in the LN-DLC
2121# branch.
22- dlc-manager = { git = " https://github.com/get10101/rust-dlc" , rev = " 2545d6e " }
23- dlc-messages = { git = " https://github.com/get10101/rust-dlc" , rev = " 2545d6e " }
24- dlc = { git = " https://github.com/get10101/rust-dlc" , rev = " 2545d6e " }
25- p2pd-oracle-client = { git = " https://github.com/get10101/rust-dlc" , rev = " 2545d6e " }
26- dlc-trie = { git = " https://github.com/get10101/rust-dlc" , rev = " 2545d6e " }
22+ dlc-manager = { git = " https://github.com/get10101/rust-dlc" , rev = " 8f65a0b " }
23+ dlc-messages = { git = " https://github.com/get10101/rust-dlc" , rev = " 8f65a0b " }
24+ dlc = { git = " https://github.com/get10101/rust-dlc" , rev = " 8f65a0b " }
25+ p2pd-oracle-client = { git = " https://github.com/get10101/rust-dlc" , rev = " 8f65a0b " }
26+ dlc-trie = { git = " https://github.com/get10101/rust-dlc" , rev = " 8f65a0b " }
2727
2828# We should usually track the `p2pderivatives/split-tx-experiment[-10101]` branch. For now we depend
2929# on a special fork which removes a panic in `rust-lightning`.
You can’t perform that action at this time.
0 commit comments