From 5442f4d6be66dbb509f5d1d71a8065a11d00bd43 Mon Sep 17 00:00:00 2001 From: Guantong Date: Tue, 31 Oct 2023 14:18:39 +0800 Subject: [PATCH] Fix review --- src/Application.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Application.sol b/src/Application.sol index 200e614..82eba3e 100644 --- a/src/Application.sol +++ b/src/Application.sol @@ -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 {