MyHush / hush

Hush is a fork of Zcash focused on secure communications
https://myhush.org
Other
67 stars 37 forks source link

getsnapshot returns addresses with amount=0 utxos #164

Closed leto closed 5 years ago

leto commented 5 years ago

Data like this should not be in the output of getsnapshot, which come from amount=0 UTXOs:

    {
      "addr": "t1NyJaDpamxrBTDTWdZnAiU4T3RQbpTdZ6S",
      "amount": "0.00000000"
    },
    {
      "addr": "t1Mig625e8AwGFNWVagvUAcC8RaFXaPBtek",
      "amount": "0.00000000"
    },
    {
      "addr": "t1LAu6jWSVn4fmhZr1vbHuiBDnbZ7yLAMkh",
      "amount": "0.00000000"
    }
leto commented 5 years ago

This is fixed in dev