- before, we used to show them in GUI when depth >= 2, which could lead to confusion of users, as the RPC behaviour already showed the Tx
Related to #1712.
- before, we used to show them in GUI when depth >= 2, which could lead to
confusion of users, as the RPC behaviour already showed the Tx
27 | - } 28 | + // Shows generated coins / mined transactions at depth 1 29 | + return true; 30 | } 31 | - return true; 32 | + return false;
Why is this inverted? Won't it hide all non-coinbase txns? O.o
Seems like I edited something that was wrong, sorry for that ... will fix this.
Hopefully people won't start crying that their transaction disappeared and such when their branch is orphaned...
Yes, I was just playing devil's advocate. We don't have the 'immature' balance for nothing, it means that the mined transaction is not yet set in stone.
ACK
Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/f09e8fcd33f7f1b1f4e20f2148bbf919b97db0c4 for binaries and test log.