Skip to content

Commit f1f4f6b

Browse files
change createBundle from external to public
1 parent 4ac5841 commit f1f4f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/components/Riskpool.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ abstract contract Riskpool is
7676
}
7777

7878
function createBundle(bytes memory filter, uint256 initialAmount)
79-
external virtual override
79+
public virtual override
8080
returns(uint256 bundleId)
8181
{
8282
address bundleOwner = _msgSender();

0 commit comments

Comments
 (0)