Skip to content

Immature balance does not update correctly #1432

@Dr-Nix

Description

@Dr-Nix

I noticed that the new 'Immature balance' label is not updated correctly when they actually mature. In fact, also the normal 'balance' label is not updated correctly.

Observed behavior:

  1. When starting bitcoin-qt all is well: The mined transactions below 120 confirmations are added and listed 'immature', the rest of the transactions are added and listed under 'balance'.
  2. When a block is received in which new coins are mined they are added to the 'immature balance'. So far so good.
  3. When a block is received pushing the number of confirmations of a mined transaction above 120, this transaction's icon is changed to a green V, but its value is not deducted from the immature balance, and it is also not added to the regular balance. The only way to have it display correctly is to restart bitcoin-qt, as then one goes to situation 1) again.

Desired behavior:
The labels should reflect the correct balance/immature balance at all times, according to the currently downloaded and verified (and matured) blocks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions