-
root_key_ids keep getting added to lnd even when I delete an LND Account
**Expected behavior**
When deleting an LND Account, lnd should forget about the root_key_id.
**Actual behavior**
Af…
-
Just to keep in mind .. there is no Admin Macaroon on the POS, just a Invoice & Read Macaroon. So if the device gets stolen or hacked, the funds on the remote LND are safe. But in such scenario the Re…
-
Back-compat vs v0.4.4 fails the balance check after paying an invoice with the following error
```
1368 │ 00:01:04 Error: Client balance changed by 2020000 on LND outgoing payment, expected 2_00…
-
https://lightning.engineering/api-docs/api/lnd/lightning/update-channel-policy/index.html says
```
--inbound_base_fee_msat value the base inbound fee in milli-satoshis that will be charged…
-
## What happend
After:
`go get -d github.com/LN-Zap/lndconnect`
I get
`
go: github.com/LN-Zap/lndconnect upgrade => v0.2.0
go: finding module for package github.com/skip2/go-qrcode
go: findin…
-
This issue might have existed for a long time but remained unnoticed until now. It was first observed on Frontier while building an ne4 F case with the crayclanggpu compiler (build time is very long),…
dqwu updated
23 hours ago
-
Add LND wallet, connect to node in iOS app
-
If the LND RPC server ist just starting up, then the API just returns 500 without any hint:
LND side:
```[ERR] RPCS: [/lnrpc.Lightning/ListPayments]: the RPC server is in the process of starting…
-
- I created an LND account with some funds in it
- I pay an invoice, but the payment attempt times out
- litd crashes when my wallet tries to look up the timed-out payments
```
2023-02-2…
-
While implementing the new `send_all` flag on the `sendCoins` RPC added in https://github.com/lightningnetwork/lnd/pull/8955 to ZEUS (https://github.com/ZeusLN/zeus/pull/2416), we discovered that the …