Skip to content

Commit

Permalink
fix (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
hujw77 authored May 14, 2024
1 parent 3d7b113 commit d421209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ports/base/BaseMessagePort.sol
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ abstract contract BaseMessagePort is IMessagePort, PortMetadata {
returns (bytes32 msgId);

function send(uint256 toChainId, address toDapp, bytes calldata message, bytes calldata params)
public
external
payable
returns (bytes32 msgId)
{
Expand Down

0 comments on commit d421209

Please sign in to comment.