You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Core][PoS] Replace mapHashedBlocks and nLastCoinStakeSearchInterval
Streamline the logic to update the wallet's staking status using two
single variables timeLastStakeAttempt and hashLastStakeAttempt.
The Staking Status is Active whenever timeLastStakeAttempt is less than
30 seconds in the past.
The logic is implemented with a new class CStakerStatus, member of the
wallet. Time and hash are now updated directly in the wallet
(CreateCoinStake) instead of in the kernel (Stake)
0 commit comments