diff --git a/src/ReservoirPriceOracle.sol b/src/ReservoirPriceOracle.sol index 084f17f..a68a3b7 100644 --- a/src/ReservoirPriceOracle.sol +++ b/src/ReservoirPriceOracle.sol @@ -170,6 +170,7 @@ contract ReservoirPriceOracle is IPriceOracle, Owned(msg.sender), ReentrancyGuar rTotalReward += _calculateReward(lPrevPrice, lNewPrice, lRewardThreshold); } } + _rewardUpdater(aRewardRecipient, rTotalReward); }