lightning-terminal/docs
Viktor Torstensson a493b6a3d6
accounts: optionally cap account balances at the node channel balance
Add an opt-in check that prevents the sum of all account balances from
exceeding the node's available local (outbound) channel balance. When
enabled via the new accounts.check-channel-balance config option, the
service rejects balance allocations that would over-provision the node:
creating an account, an administrative credit, or an administrative
balance increase now fails with ErrBalanceReservationExceeded if it
would push the total allocated balance above the node's local channel
balance.

Note that the total channel balance may still decrease below the already
allocated account balance. This can occur if the node operator decreases
the total channel balance through non-account related activity.

The check is a no-op by default to preserve the historical behaviour
where the operator manages over-provisioning themselves (accounts can
legitimately be created before channels are funded). Invoice-driven
credits are unaffected, as they are backed by real inbound payments.
2026-08-07 12:26:29 +02:00
..
images doc: rename doc directory to docs 2024-06-11 11:25:00 -04:00
release-notes accounts: optionally cap account balances at the node channel balance 2026-08-07 12:26:29 +02:00
accounts.md docs fix spelling issues (#862) 2024-12-26 10:20:13 +01:00
benchmark_db_backends.md docs: update benchmarking docs with firewalldb pkg 2026-05-14 11:39:04 +02:00
compatibility.md docs: update compatibility notes 2026-06-26 22:45:21 +02:00
compile.md docs: note that FreeBSD users need gmake to build 2026-05-01 19:11:05 +05:30
config-lnd-integrated.md docs fix spelling issues (#862) 2024-12-26 10:20:13 +01:00
config-lnd-remote.md doc: rename doc directory to docs 2024-06-11 11:25:00 -04:00
custom-path.md doc: rename doc directory to docs 2024-06-11 11:25:00 -04:00
example-nginx.conf doc: rename doc directory to docs 2024-06-11 11:25:00 -04:00
letsencrypt.md doc: rename doc directory to docs 2024-06-11 11:25:00 -04:00
remote.md doc: rename doc directory to docs 2024-06-11 11:25:00 -04:00
testing.md doc: rename doc directory to docs 2024-06-11 11:25:00 -04:00
troubleshooting.md doc: rename doc directory to docs 2024-06-11 11:25:00 -04:00
WALKTHROUGH.md docs fix spelling issues (#862) 2024-12-26 10:20:13 +01:00