diff --git a/.gitmodules b/.gitmodules index 07d5748..6f487c5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,9 +22,9 @@ [submodule "webhook"] path = webhook url = https://github.com/fiatjaf/lightningd-webhook.git -[submodule "python-teos"] - path = python-teos - url = https://github.com/talaia-labs/python-teos.git +[submodule "rust-teos"] + path = rust-teos + url = https://github.com/talaia-labs/rust-teos.git [submodule "btcli4j"] path = btcli4j url = https://github.com/clightning4j/btcli4j.git diff --git a/README.md b/README.md index e52d21d..115d2e8 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Community curated plugins for Core-Lightning. | [summary][summary] | Print a nice summary of the node status | | [trustedcoin][trustedcoin] | Replace your Bitcoin Core with data from public block explorers | | [webhook][webhook] | Dispatches webhooks based from [event notifications][event-notifications] | -| [watchtower][teos-client] | Watchtower client for The Eye of Satoshi | +| [watchtower][watchtower-client] | Watchtower client for The Eye of Satoshi | | [zmq][zmq] | Publishes notifications via [ZeroMQ][zmq-home] to configured endpoints | ## Installation @@ -212,7 +212,7 @@ Python plugins developers must ensure their plugin to work with all Python versi [invoice-queue]: https://github.com/rbndg/Lightning-Invoice-Queue [boltz]: https://github.com/BoltzExchange/channel-creation-plugin [feeadjuster]: https://github.com/lightningd/plugins/tree/master/feeadjuster -[teos-client]: https://github.com/talaia-labs/python-teos/tree/master/watchtower-plugin +[watchtower-client]: https://github.com/talaia-labs/rust-teos/tree/master/watchtower-plugin [java-api]: https://github.com/clightning4j/JRPClightning [btcli4j]: https://github.com/clightning4j/btcli4j [backup]: https://github.com/lightningd/plugins/tree/master/backup