Background
As noted in PR #2037 review, the Balance immature category calculation could be enhanced to consider transaction maturity based on both Locktime and Median Time Past (MTP).
Prerequisites
Task
Update the Balance struct's immature category calculation to properly consider transaction maturity using:
- Transaction locktime
- Median Time Past (MTP) from the CheckPoint
Implementation Notes
Acceptance Criteria
Background
As noted in PR #2037 review, the
Balanceimmature category calculation could be enhanced to consider transaction maturity based on both Locktime and Median Time Past (MTP).Prerequisites
Task
Update the
Balancestruct's immature category calculation to properly consider transaction maturity using:Implementation Notes
CheckPoint(added in PR Add median-time-past (MTP) calculation to CheckPoint #2037)CanonicalView#2029Acceptance Criteria