feat: make route hints configurable for lndrest (#2304)

* feat: make route hints configurable for lndrest
boolean if route hints for private channels will be included from `LndRest` inside bolt11 invoice.
This commit is contained in:
dni ⚡
2024-03-22 12:45:39 +01:00
committed by GitHub
parent c8818f5774
commit 5b022e2ef3
4 changed files with 9 additions and 3 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
@@ -50,7 +50,8 @@ Vue.component('lnbits-funding-sources', {
lnd_rest_endpoint: 'Endpoint',
lnd_rest_cert: 'Certificate',
lnd_rest_macaroon: 'Macaroon',
lnd_rest_macaroon_encrypted: 'Encrypted Macaroon'
lnd_rest_macaroon_encrypted: 'Encrypted Macaroon',
lnd_rest_route_hints: 'Enable Route Hints'
}
],
[