vtnerd / monero-lws

Monero Light Wallet Server (scans monero viewkeys and implements mymonero API). Fast LMDB backend.
BSD 3-Clause "New" or "Revised" License
72 stars 27 forks source link

Fix output_id bug with coinbase transactions #88

Closed vtnerd closed 9 months ago

vtnerd commented 9 months ago

After transaction version 2, coinbases have public amount, but are still logically placed in the 0 category for outputs. I have in-progress unit tests that catch this, and I wanted to post this ASAP (so I did a dedicated PR).