Skip to content

Commit

Permalink
feat: remove onlyOwner from triggerChannelInit
Browse files Browse the repository at this point in the history
  • Loading branch information
reednaa committed Apr 20, 2024
1 parent a9b19c3 commit cd60ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/polymer/vIBCEscrow.sol
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ contract IncentivizedPolymerEscrow is APolymerEscrow, IbcReceiverBase, IbcReceiv
bool feeEnabled,
string[] calldata connectionHops,
string calldata counterpartyPortId
) external onlyOwner {
) external {
if (ordering != ChannelOrder.NONE && ordering != ChannelOrder.UNORDERED) revert UnsupportedChannelOrder();
dispatcher.channelOpenInit(version, ordering, feeEnabled, connectionHops, counterpartyPortId);
}
Expand Down

0 comments on commit cd60ce3

Please sign in to comment.