Skip to content

Commit 736bf15

Browse files
fix broken build
1 parent a15892b commit 736bf15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/components/BasicRiskpool.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ abstract contract BasicRiskpool is Riskpool {
9393
internal override
9494
{
9595
uint256 bundleId = _collateralizedBy[processId];
96-
_riskpoolService.processPremium(bundleId, amount);
96+
_riskpoolService.processPremium(bundleId, processId, amount);
9797
}
9898

9999
function _releaseCollateral(bytes32 processId)

0 commit comments

Comments
 (0)