Skip to content

Commit

Permalink
Test for fee distribution when number of tokens (and thus threshold) …
Browse files Browse the repository at this point in the history
…changes
  • Loading branch information
zathras-crypto committed Jan 5, 2017
1 parent 2bc7ea2 commit 48ac1cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/omnicore/omnicore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ uint32_t mastercore::GetNextPropertyId(bool maineco)
void NotifyTotalTokensChanged(uint32_t propertyId, int block)
{
p_feecache->UpdateDistributionThresholds(propertyId);
p_feecache->EvalCache(propertyId, block);
}

void CheckWalletUpdate(bool forceUpdate)
Expand Down

0 comments on commit 48ac1cb

Please sign in to comment.