nochowderforyou / clams

Clam Project
MIT License
62 stars 58 forks source link

If -stakenotify is specified, client is unable to index proof-of-work blocks #244

Closed dooglus closed 8 years ago

dooglus commented 8 years ago

CWallet::StakeTransaction() is being called on all blocks, even if they aren't proof of stake. This causes a crash if fAddressRewardsReady is true, which is the case from the beginning when -stakenotify is specified.