lamassu-server/packages/server
padreug 78840f115f fix: correct LNBits newFunding return format for funding page
Updates the newFunding function to return the expected interface:
- fundingPendingBalance: BN(0) for Lightning Network
- fundingConfirmedBalance: actual wallet balance as BN object
- fundingAddress: bolt11 invoice for funding

This fixes the TypeError "Cannot read properties of undefined (reading
'minus')"
that occurred when accessing the funding page in the admin UI.
2025-10-12 14:24:29 +02:00
..
bin feat: batch diagnostics script 2025-05-25 14:21:31 +01:00
lib fix: correct LNBits newFunding return format for funding page 2025-10-12 14:24:29 +02:00
migrations refactor: update LNBits migration to use configuration object 2025-10-12 14:24:29 +02:00
tests feat: add LNBits wallet plugin integration 2025-10-12 14:24:29 +02:00
tools feat: add LNBits wallet plugin integration 2025-10-12 14:24:29 +02:00
.sample.env feat: add LNBits wallet plugin integration 2025-10-12 14:24:29 +02:00
Lamassu_CA.pem chore: use monorepo organization 2025-05-12 10:52:54 +01:00
package.json feat: add bolt11 library for Lightning Network invoice handling 2025-10-12 14:24:29 +02:00