Skip to content

Commit

Permalink
fix(ln-dlc-node): Update to latest rust-dlc
Browse files Browse the repository at this point in the history
To fix bug where generated payout was greater than total collateral.
  • Loading branch information
luckysori committed Mar 27, 2023
1 parent 18fb576 commit 766368e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ members = ["coordinator", "maker", "mobile/native/", "crates/*"]
resolver = "2"

[patch.crates-io]
dlc-manager = { git = "https://github.com/get10101/rust-dlc", rev = "ef3fe72c5e0f8930010fb13b6ea5dc3d91457c0f" }
dlc-messages = { git = "https://github.com/get10101/rust-dlc", rev = "ef3fe72c5e0f8930010fb13b6ea5dc3d91457c0f" }
dlc = { git = "https://github.com/get10101/rust-dlc", rev = "ef3fe72c5e0f8930010fb13b6ea5dc3d91457c0f" }
dlc-sled-storage-provider = { git = "https://github.com/get10101/rust-dlc", rev = "ef3fe72c5e0f8930010fb13b6ea5dc3d91457c0f" }
p2pd-oracle-client = { git = "https://github.com/get10101/rust-dlc", rev = "ef3fe72c5e0f8930010fb13b6ea5dc3d91457c0f" }
dlc-trie = { git = "https://github.com/get10101/rust-dlc", rev = "ef3fe72c5e0f8930010fb13b6ea5dc3d91457c0f" }
simple-wallet = { git = "https://github.com/get10101/rust-dlc", rev = "ef3fe72c5e0f8930010fb13b6ea5dc3d91457c0f" }
dlc-manager = { git = "https://github.com/get10101/rust-dlc", rev = "2194d6bce901b85684998bff57d8a2ccd9d35a4c" }
dlc-messages = { git = "https://github.com/get10101/rust-dlc", rev = "2194d6bce901b85684998bff57d8a2ccd9d35a4c" }
dlc = { git = "https://github.com/get10101/rust-dlc", rev = "2194d6bce901b85684998bff57d8a2ccd9d35a4c" }
dlc-sled-storage-provider = { git = "https://github.com/get10101/rust-dlc", rev = "2194d6bce901b85684998bff57d8a2ccd9d35a4c" }
p2pd-oracle-client = { git = "https://github.com/get10101/rust-dlc", rev = "2194d6bce901b85684998bff57d8a2ccd9d35a4c" }
dlc-trie = { git = "https://github.com/get10101/rust-dlc", rev = "2194d6bce901b85684998bff57d8a2ccd9d35a4c" }
simple-wallet = { git = "https://github.com/get10101/rust-dlc", rev = "2194d6bce901b85684998bff57d8a2ccd9d35a4c" }
lightning = { git = "https://github.com/p2pderivatives/rust-lightning/", rev = "dff302382d04700f23d79fb3275c1798d775fef6" }
lightning-background-processor = { git = "https://github.com/p2pderivatives/rust-lightning/", rev = "dff302382d04700f23d79fb3275c1798d775fef6" }
lightning-block-sync = { git = "https://github.com/p2pderivatives/rust-lightning/", rev = "dff302382d04700f23d79fb3275c1798d775fef6" }
Expand Down

0 comments on commit 766368e

Please sign in to comment.