From 0044a65396f6ba95644beed2c9f3e4065a6ef644 Mon Sep 17 00:00:00 2001 From: Sergi Delgado Segura Date: Wed, 6 May 2020 19:04:53 +0200 Subject: [PATCH] Updates readme with watchtower-plugin info --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 945047a..70b6043 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,12 @@ Currently working on updating the software to match [BOLT13 rev1](https://github The Eye of Satoshi is a Lightning watchtower compliant with [BOLT13](https://github.com/sr-gi/bolt13), written in Python 3. -`teos` consists in three main modules: +`teos` consists in four main modules: - `teos`: including the tower's main functionality (server-side) - `cli`: including a reference command line interface (client-side) - `common`: including shared functionality between `teos` and `cli`. +- `watchtower-plugin`: including a watchtower client plugin for c-lightning. Additionally, tests for every module can be found at `tests`.