diff --git a/ride/boosting.ride b/ride/boosting.ride index cf3ad808..fe396c02 100644 --- a/ride/boosting.ride +++ b/ride/boosting.ride @@ -616,7 +616,7 @@ func lockActions(i: Invocation, durationMonths: Int) = { let userGwxAmountTotal = getUserGwxAmountTotal(userAddress) - strict gwxRewardInv = gwxRewardContract.invoke("refreshUserReward", [userAddress.bytes], []) + strict gwxRewardInv = gwxRewardContract.reentrantInvoke("refreshUserReward", [userAddress.bytes], []) let arr = if (userIsExisting) then [] else [ IntegerEntry(nextUserNumKEY, userNum + 1),