216k155 / lux

THIS REPO IS CLOSED, WE MOVED TO https://github.com/lux-core/lux
https://luxcore.io
GNU Affero General Public License v3.0
4 stars 2 forks source link

0.2 transactions are not shown in listtransactions #154

Closed fastgrav closed 6 years ago

fastgrav commented 6 years ago

hi,

on ubuntu luxd wallet all 0.2 LUX transactions are 0:

{ "account": "", "address": "LW8q5P5zR5zUkAS6KV3SQZnCA9XL9NeRbX", "category": "generate", "amount": 0, "label": "", "vout": 2, "confirmations": 112, "bcconfirmations": 112, "generated": true, "blockhash": "63fa6af9f3e70fbef53aef182d08f26e221c219f60941461090d6d3fc94a85be", "blockindex": 1, "blocktime": 1531893721, "txid": "90fa300e78226455ef41b7d1e533a46f6cb76cd1853b6c1345ce6dfd3a9e8eb8", "walletconflicts": [ ], "time": 1531893721, "timereceived": 1531893722 }, { "account": "", "address": "LW8q5P5zR5zUkAS6KV3SQZnCA9XL9NeRbX", "category": "immature", "amount": 0, "label": "", "vout": 2, "confirmations": 22, "bcconfirmations": 22, "generated": true, "blockhash": "026b25179c2fc99966e34f1694a5959a0df286ffb2665693881884d909aca049", "blockindex": 1, "blocktime": 1531899024, "txid": "b65012679034d049d086635329c1ed287719226037fb748c64b071b084b67180", "walletconflicts": [ ], "time": 1531899024, "timereceived": 1531899026 }

Andrei

fastgrav commented 6 years ago

also please check ~# lux-cli getbalance

return value of LUX including unconfirmed transactions of 0.2 LUX reward from pos rewards of 2 LUX are not included until they are mature (over 80 confirmations) ... this is ok

nguyenhoangtran11 commented 6 years ago

Thanks. This is the minor issue as it will not impact your reward earning. About this issue, we will fix it in next version