You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BoldToken::returnFromPool requires that its’ caller is only the TroveManager or the StabilityPool (_requireCallerIsTroveMorSP()) when the current TroveManager implementation does not include any call to BoldToken::returnFromPool and thus it should be enough to use _requireCallerIsStabilityPool().
The text was updated successfully, but these errors were encountered:
BoldToken::returnFromPool
requires that its’ caller is only theTroveManager
or theStabilityPool
(_requireCallerIsTroveMorSP()
) when the currentTroveManager
implementation does not include any call toBoldToken::returnFromPool
and thus it should be enough to use_requireCallerIsStabilityPool()
.The text was updated successfully, but these errors were encountered: