mirror of
https://github.com/bumi/lntip
synced 2026-02-17 14:37:50 +00:00
Compare commits
4 Commits
dependabot
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 70028e4264 | |||
|
|
47efbfcc96 | ||
| b9b2ce8d6b | |||
|
|
f604ca21ce |
@@ -124,6 +124,7 @@ The TLS cert is located in the lnd directory:
|
||||
|
||||
- ~/umbrel/lnd/tls.cert on Umbrel
|
||||
- /mnt/hdd/lnd/tls.cert on Raspiblitz
|
||||
- /embassy-data/package-data/volumes/lnd/data/main/tls.cert on Start9 Embassy
|
||||
- Can also be located in ~/.lnd
|
||||
|
||||
You should find the macaroon files in the LND data dir (e.g. ~.lnd/data/chain/bitcoin/mainnet/) or see "LND Permissions" how to create a new one.
|
||||
|
||||
@@ -120,15 +120,11 @@ class LnMe {
|
||||
}
|
||||
|
||||
payWithWebln() {
|
||||
if (!webln.isEnabled) {
|
||||
webln.enable().then((weblnResponse) => {
|
||||
return webln.sendPayment(this.invoice.payment_request);
|
||||
}).catch((e) => {
|
||||
return this.showPaymentRequest();
|
||||
})
|
||||
} else {
|
||||
webln.enable().then((weblnResponse) => {
|
||||
return webln.sendPayment(this.invoice.payment_request);
|
||||
}
|
||||
}).catch((e) => {
|
||||
return this.showPaymentRequest();
|
||||
})
|
||||
}
|
||||
|
||||
populatePaymentRequest() {
|
||||
|
||||
Reference in New Issue
Block a user