- 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;
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