Skip to content

Commit 681415f

Browse files
authored
Merge pull request #2659 from get10101/fix/settle-tx-input
Use correct input in settle claim transaction
2 parents ffd5a28 + adcc1c5 commit 681415f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+5-5
Original file line numberDiff line numberDiff 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 = "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" }
22+
dlc-manager = { git = "https://github.com/get10101/rust-dlc", rev = "81090c4" }
23+
dlc-messages = { git = "https://github.com/get10101/rust-dlc", rev = "81090c4" }
24+
dlc = { git = "https://github.com/get10101/rust-dlc", rev = "81090c4" }
25+
p2pd-oracle-client = { git = "https://github.com/get10101/rust-dlc", rev = "81090c4" }
26+
dlc-trie = { git = "https://github.com/get10101/rust-dlc", rev = "81090c4" }
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`.

0 commit comments

Comments
 (0)