Skip to content

Commit ffd5a28

Browse files
authored
Merge pull request #2657 from get10101/chore/close-settled-logs
Add more log context to try_finalize_settled_closing_channel
2 parents c1200b2 + 254cd92 commit ffd5a28

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
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 = "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`.

0 commit comments

Comments
 (0)