pull down to refresh
0 sats \ 2 replies \ @steepdawn974_2 19 Aug \ parent \ on: SN release: p2p non-custodial zaps, lnbits receiving, sats filter meta
It does work in the sense that it returns a proper BOLT11 invoice, But LNBits seems to convert msat -> sat incorrectly. 10000msat becomes a 100sat invoice amount (should be 10sats).
It's still not an explanation for the OP error message
It appears that
msat
is not a valid unit
for LNBits, but instead of throwing an error, they just divide amount
by 100.I raised this issue: https://github.com/lnbits/lnbits/issues/2642
Let's see what they respond.