natspec comment updated

Co-authored-by: Thrilok kumar <thrilok2000@gmail.com>
This commit is contained in:
Shriya Tyagi 2022-06-10 15:41:10 +05:30 committed by GitHub
parent 681605b710
commit b74a8e8b8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,14 +36,14 @@ abstract contract SocketConnector is SocketConnectorResolver, Basic {
}
/**
* @dev Bridge Token.
* @notice Bridge Token on Socket.
* @param _token token address on source chain
* @dev Bridge Token.
* @notice Bridge Token on Socket.
* @param _token token address on source chain
* @param _txData tx data for calling
* @param _route route number
* @param _amount amount to bridge
* @param _getId ID to retrieve amount from last spell.
*/
* @param _getId ID to retrieve amount from last spell.
*/
function bridge (
address _token,
bytes memory _txData,