From c0aa87768b6ad5e2bb47b21ee6413329a9de6c5c Mon Sep 17 00:00:00 2001 From: FlorianDubath Date: Sat, 7 Dec 2019 07:34:53 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d0690a..fb01c9c 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ Access the DB node: ├── export.php - to retrieve a time-based set of transaction +├── keys.php - store and retrieve message keys Access to the IPFS node: @@ -50,7 +51,7 @@ Scripts: ├── update.sh - for filling the DB from Blckchain Logs -├── webhook.py - for sending whebhook +├── webhook.py - for sending whebhook (called from parser.py and ReSendFailedWebhook.py ├── ReSendFailedWebhook.py