From 60473837476e90c54769c7f87d4ce769fec78682 Mon Sep 17 00:00:00 2001 From: MG-ng <45321071+MG-ng@users.noreply.github.com> Date: Tue, 28 Sep 2021 20:36:41 +0200 Subject: [PATCH] /getinvoice instead of /getaddinvoice According to the code https://github.com/BlueWallet/LndHub/blob/66a54570c5a9a47f68a69f94c200ee6415204f45/controllers/api.js#L177 --- doc/Send-requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Send-requirements.md b/doc/Send-requirements.md index 844d333..ec2816e 100644 --- a/doc/Send-requirements.md +++ b/doc/Send-requirements.md @@ -441,7 +441,7 @@ Response: "version": "..." // string, lnd version } -## GET /getaddinvoice +## GET /getinvoice Returns fees user pays for payments, status of the system, etc.