Update contracts/mainnet/connectors/socket/main.sol

This commit is contained in:
Thrilok kumar 2022-06-10 22:40:10 +05:30 committed by GitHub
parent a4ddc87f52
commit e143b4e53b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,9 +82,9 @@ abstract contract SocketConnector is SocketConnectorResolver {
_eventParam = abi.encode(
_token,
_amount,
_sourceChain,
_sourceChain,
_targetChain,
_recipient
_recipient
);
}
}