MiguelMedeiros / lnbits-js

NPM Package for LNBits.com API.
23 stars 14 forks source link

"Invoice (or Admin) key required." if wallet.createInvoice does not explicy provides "out: false" #15

Open AugustoResende opened 8 months ago

AugustoResende commented 8 months ago

Apparently the data sent is '{"amount":1000,"memo":"Lightning invoice"}', and throws this error.

Default values didn't not work because an object entity is provided when calling and javascript does not use the default object properties in this case.