From 5dd8b284053794c4571ec0e50502e4603a2605eb Mon Sep 17 00:00:00 2001 From: "Dr. Tobias Baur" Date: Fri, 3 Mar 2023 15:51:05 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0a811d1..b30ce06 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ Maybe ask for help on https://t.me/lnurl if you're in trouble. ## Status of the Fork: - NIP57 for Nostr ("Zaps") work when using an LNBits or LND backend, other backends (sparko, lnpay, eclair, commando) still need verification of payments in waitforinvoice.go by API calls in order to sign the zap on Nostr. (Help appreciated, because I can't test them) +- Added an alternative API '/api/easy' that deletes users and creates new name and pin for them - Code needs some refactoring - Needs proper testing (especially in multi-user environment) - Credit for the inspiration by LightningTipBot code from @calle