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
function releasePolicy(uint256bundleId, bytes32processId)
externaloverride
onlyRiskpoolService
returns(uint256remainingCollateralAmount)
remainingCollateralAmount is initialised implicitly, function always returns 0
no check for bundleId <-> processId correspondence. It is possible to proceed with processId of bundle[differentBundleId] and decrease active policies of bundle[bundelId] while releasing 0
The text was updated successfully, but these errors were encountered:
gif-contracts/contracts/modules/BundleController.sol
Lines 239 to 242 in b58fd27
remainingCollateralAmount
is initialised implicitly, function always returns 0bundleId
<->processId
correspondence. It is possible to proceed withprocessId
ofbundle[differentBundleId]
and decrease active policies ofbundle[bundelId]
while releasing 0The text was updated successfully, but these errors were encountered: