MiguelMedeiros / lnpay

NPM Package for LNPay.co API.
7 stars 4 forks source link

lnUrlWithdraw not recognizing num_satoshis #4

Open jdbarrera opened 2 years ago

jdbarrera commented 2 years ago

Sorry about creating the issue twice. I opened the first one under the wrong account

When calling the lnUrlWithdraw method, I am passing the num_satoshis param but my entire wallet amount is being offered in the returned lnurl. I am making the api call as shown below: const lnUrlWithdraw = await lnpay.lnUrlWithdraw({ public: true, memo: 'LNURL Withdraw memo', num_satoshis: 10 });

ezracarr commented 1 year ago

Hey I am seeing the same issue, any update on this?