From 46c11f394654c57fab51ea22c670471405bafaa3 Mon Sep 17 00:00:00 2001
From: Arc <33088785+arcbtc@users.noreply.github.com>
Date: Fri, 3 Apr 2020 13:16:23 +0100
Subject: [PATCH] Update wallet.html
---
lnbits/core/templates/core/wallet.html | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/lnbits/core/templates/core/wallet.html b/lnbits/core/templates/core/wallet.html
index 71712671b..4e7d64f50 100644
--- a/lnbits/core/templates/core/wallet.html
+++ b/lnbits/core/templates/core/wallet.html
@@ -147,6 +147,8 @@
{"out": true, "bolt11": <string>}
{"checking_id": <string>}
+ curl -X POST http://127.0.0.1:5000/api/v1/payments -d '{"out": true, "bolt11": <string>}' -H "Grpc-Metadata-macaroon: {{ wallet.adminkey }}" -H "Content-type: application/json"
@@ -159,6 +161,8 @@
{"Grpc-Metadata-macaroon": "{{ wallet.inkey }}"}
{"paid": <bool>}
+ curl -X GET http://127.0.0.1:5000/api/v1/payments/<checking_id> -H "Grpc-Metadata-macaroon: {{ wallet.inkey }}" -H "Content-type: application/json"