BlueWallet / LndHub

Wrapper for Lightning Network Daemon. It provides separate accounts for end-users
http://LndHub.io
MIT License
745 stars 180 forks source link

/gettxs endpoint return amount in ```value``` variable and not in ```amt``` object variable #565

Open pavanjoshi914 opened 8 months ago

pavanjoshi914 commented 8 months ago

the doc suggests that /gettxs returns same to the transaction object. transaction object defined amt which hold actual amount of transactions. but in real /gettxs returns amount in value variable

image