diff --git a/src/masternodes/mn_checks.cpp b/src/masternodes/mn_checks.cpp index 37c432ac4d..659440636b 100644 --- a/src/masternodes/mn_checks.cpp +++ b/src/masternodes/mn_checks.cpp @@ -1542,6 +1542,8 @@ class CCustomTxApplyVisitor : public CCustomTxVisitor CDataStructureV0 liveKey{AttributeTypes::Live, ParamIDs::Economy, EconomyKeys::DFIP2203Current}; auto balances = attributes->GetValue(liveKey, CBalances{}); + CalculateOwnerRewards(obj.owner); + if (obj.withdraw) { std::map userFuturesValues;