Skip to content

Commit

Permalink
amend previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaszimmermann committed Jul 7, 2022
1 parent 6e4c5fd commit 8bd76ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/modules/IBundle.sol
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ interface IBundle {
function unlock(uint256 bundleId) external;
function close(uint256 bundleId) external;

function collateralizePolicy(uint256 bundleId, bytes32 processId, uint256 amount) external;
function expirePolicy(uint256 bundleId, bytes32 processId) external;
function collateralizePolicy(uint256 bundleId, bytes32 processId, uint256 collateralAmount) external;
function expirePolicy(uint256 bundleId, bytes32 processId) external returns(uint256 collateralAmount);
}

0 comments on commit 8bd76ee

Please sign in to comment.