Skip to content

Commit 4ac1a7b

Browse files
Conor Okushaleyberkoe
andauthored
Update docs/_blog/teos-uses-ldk-to-build-open-source-watchtower.md
Co-authored-by: Haley Berkoe <[email protected]>
1 parent de08d83 commit 4ac1a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_blog/teos-uses-ldk-to-build-open-source-watchtower.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ We initially had a Python implementation, but as the project evolved we realized
2121

2222
While it did take time to perform the Rust re-implementation, it was worth it for several reasons. LDK does a substantial amount of the low-level heavy lifting (e.g. reorg management), allowing us to remove several components of the original design and abstract interaction with bitcoind. Additionally, Python lacks proper support for most of lightning’s functionality, so we would have had to implement and maintain all of the related toolings to support lightning P2P communication features.
2323

24-
Furthermore, it let us take advantage of any future lightning updates that we may need, such as anchors. At the end of the day, using LDK lets you focus on the product/protocol you are building and have to care less about the low-level lightning/bitcoin parts that are needed.
24+
Furthermore, LDK supports various lightning features that we may need in the future, such as anchors. At the end of the day, LDK makes it possible to focus on the product/protocol you are building and care less about the low-level lightning/bitcoin parts that are needed.
2525
# Results
2626

2727
We’ve reached a more robust and stable codebase, easier to contribute to and integrate with other projects.

0 commit comments

Comments
 (0)