Skip to content

Commit

Permalink
Fix review
Browse files Browse the repository at this point in the history
  • Loading branch information
jiguantong committed Oct 31, 2023
1 parent 59accbc commit 5442f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application.sol
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ abstract contract Application {
}
}

/// @notice Get the remote fromDapp address.
/// @notice Get the source chain fromDapp address.
function _xmsgSender() internal pure returns (address payable _from) {
require(msg.data.length >= 20, "!fromDapp");
assembly {
Expand Down

0 comments on commit 5442f4d

Please sign in to comment.