Skip to content

Commit

Permalink
fix #150
Browse files Browse the repository at this point in the history
  • Loading branch information
hujw77 committed Oct 26, 2023
1 parent b124498 commit b327ace
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/lines/base/BaseMessageLine.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ abstract contract BaseMessageLine is IMessageLine, LineMetadata {
internal
virtual;

function send(uint256 toChainId, address toDapp, bytes calldata message, bytes calldata params)
public
payable
virtual
{
function send(uint256 toChainId, address toDapp, bytes calldata message, bytes calldata params) public payable {
_send(msg.sender, toChainId, toDapp, message, params);
}

Expand Down

0 comments on commit b327ace

Please sign in to comment.