We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c374014 commit fec3a64Copy full SHA for fec3a64
contracts/interfaces/IPool.sol
@@ -611,7 +611,7 @@ interface IPool {
611
/**
612
* @notice Returns the address of the underlying asset of a reserve by the reserve id as stored in the DataTypes.ReserveData struct
613
* @param id The id of the reserve as stored in the DataTypes.ReserveData struct
614
- * @return The addresses of the reserve associated with id
+ * @return The address of the reserve associated with id
615
**/
616
function getReserveAddressById(uint16 id) external view returns (address);
617
0 commit comments