Skip to content

Commit

Permalink
change createBundle from external to public
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaszimmermann committed Aug 8, 2022
1 parent 4ac5841 commit f1f4f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/components/Riskpool.sol
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ abstract contract Riskpool is
}

function createBundle(bytes memory filter, uint256 initialAmount)
external virtual override
public virtual override
returns(uint256 bundleId)
{
address bundleOwner = _msgSender();
Expand Down

0 comments on commit f1f4f6b

Please sign in to comment.