Skip to content

GhoAToken._transfer() internal function is not being used or neccesary #317

Closed
@miguelmtzinf

Description

@miguelmtzinf

/**
* @notice Transfers the aTokens between two users. Validates the transfer
* (ie checks for valid HF after the transfer) if required
* @param from The source address
* @param to The destination address
* @param amount The amount getting transferred
* @param validate True if the transfer needs to be validated, false otherwise
*/
function _transfer(address from, address to, uint256 amount, bool validate) internal {
revert(Errors.OPERATION_NOT_SUPPORTED);
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions