-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
immature amount less than 1 LUX included in balance #3
Comments
yes, staking txs are not yet properly listed in listtransactions try getwalletinfo for the balance details |
If you (or someone else) have some other staking wallet with a proper listtransactions output, would be nice to have a reference/sample to keep the same format |
Current testnet sample of a stake tx (noisy) => 2 - 0.4 (20% MN) => +1.6 in wallet (double of mainnet)
|
the last one is now ignored by commit 65ac1fa |
Could you please checkout bug_fix branch and test it? |
compiling now |
CXX libbitcoin_server_a-rest.o make[2]: Leaving directory '/usr/src/lux/src' |
resolved |
"immature_credit" branch solved the issue with balance and show the correct amount for: { Thank you |
hi,
I compiled master and the issue opened on 216k's github is not fixed so I'm opening again:
./lux-cli getinfo
{
"version": 5020000,
"protocolversion": 69500,
"walletversion": 61000,
./lux-cli listtransactions
look at amount ... it shows 0.0000 and it should be 0.2 lux reward
{
"account": "",
"address": "Lxxxxxxxxx",
"category": "immature",
"amount": 0.00000000,
"label": "",
"vout": 2,
"confirmations": 19,
"bcconfirmations": 19,
"generated": true,
./lux-cli getbalance
16124.20000000 <-- here are included all 0.2 LUX with less than 80 confirmations
Andrei
The text was updated successfully, but these errors were encountered: