-
Notifications
You must be signed in to change notification settings - Fork 13
releasePolicy issues #114
Copy link
Copy link
Open
Description
gif-contracts/contracts/modules/BundleController.sol
Lines 239 to 242 in b58fd27
| function releasePolicy(uint256 bundleId, bytes32 processId) | |
| external override | |
| onlyRiskpoolService | |
| returns(uint256 remainingCollateralAmount) |
remainingCollateralAmountis initialised implicitly, function always returns 0- no check for
bundleId<->processIdcorrespondence. It is possible to proceed withprocessIdofbundle[differentBundleId]and decrease active policies ofbundle[bundelId]while releasing 0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels