docs: update _unwrapEth docs

Co-authored-by: Tamara <tamara@datarevenue.com>
This commit is contained in:
Harsh Vardhan Roy
2025-02-26 22:59:47 +05:30
committed by royvardhan
parent 353861f738
commit 393ed61595

View File

@@ -448,7 +448,7 @@ contract TychoRouter is AccessControl, Dispatcher, Pausable, ReentrancyGuard {
}
/**
* @dev Allows this contract to receive native token from contracts
* @dev Allows this contract to receive native token with empty msg.data from contracts
*/
receive() external payable {
require(msg.sender.code.length != 0);