getAlby / hub

Alby Hub - Your own lightning node connected to every app. Run anywhere. Become self-sovereign.
https://albyhub.com
Apache License 2.0
89 stars 17 forks source link

Zaps received show as zero when using phoenixd #461

Closed greenart7c3 closed 1 month ago

greenart7c3 commented 2 months ago

When using phoenixd as the backend alby is showing the received transactions as zero

image

balance in alby hub is showing the right value

phoenixd shows the transactions normally

bumi commented 2 months ago

thanks for reporting. This is likely because this is still part of the fee credit. we currently can not show the fee credit as you also can not spend those. I assume once you have enough sats they show normally.

greenart7c3 commented 2 months ago

Does alby use the phoenixd api? When I use payments/incoming route from phoenixd it's showing the right amount

greenart7c3 commented 1 month ago

I'm still having this problem. Looking at phoenixd it's not because of fee credit Querying proenixd api show me the right values and using zeus nwc connection also shows the right values Looking at the nwc database all values in the amount_msat column I receive is zero

greenart7c3 commented 1 month ago

Solved in the 1.7.3 release. Thank you.

bumi commented 1 month ago

ah, great! thanks for reporting and checking again!