Skip to content

Commit

Permalink
Merge pull request #2657 from get10101/chore/close-settled-logs
Browse files Browse the repository at this point in the history
Add more log context to try_finalize_settled_closing_channel
  • Loading branch information
luckysori authored Oct 22, 2024
2 parents c1200b2 + 254cd92 commit ffd5a28
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ resolver = "2"
# We are using our own fork of `rust-dlc` at least until we can drop all the LN-DLC features. Also,
# `p2pderivatives/rust-dlc#master` is missing certain patches that can only be found in the LN-DLC
# branch.
dlc-manager = { git = "https://github.com/get10101/rust-dlc", rev = "2545d6e" }
dlc-messages = { git = "https://github.com/get10101/rust-dlc", rev = "2545d6e" }
dlc = { git = "https://github.com/get10101/rust-dlc", rev = "2545d6e" }
p2pd-oracle-client = { git = "https://github.com/get10101/rust-dlc", rev = "2545d6e" }
dlc-trie = { git = "https://github.com/get10101/rust-dlc", rev = "2545d6e" }
dlc-manager = { git = "https://github.com/get10101/rust-dlc", rev = "8f65a0b" }
dlc-messages = { git = "https://github.com/get10101/rust-dlc", rev = "8f65a0b" }
dlc = { git = "https://github.com/get10101/rust-dlc", rev = "8f65a0b" }
p2pd-oracle-client = { git = "https://github.com/get10101/rust-dlc", rev = "8f65a0b" }
dlc-trie = { git = "https://github.com/get10101/rust-dlc", rev = "8f65a0b" }

# We should usually track the `p2pderivatives/split-tx-experiment[-10101]` branch. For now we depend
# on a special fork which removes a panic in `rust-lightning`.
Expand Down

0 comments on commit ffd5a28

Please sign in to comment.