Fixed comment on getUserConfiguration

This commit is contained in:
The3D 2020-10-14 14:34:17 +02:00
parent c181ed02e4
commit 1ca88ec0ae

View File

@ -724,7 +724,7 @@ contract LendingPool is VersionedInitializable, ILendingPool, LendingPoolStorage
}
/**
* @dev returns the configuration of the user for the specific reserve
* @dev returns the configuration of the user across all the reserves
* @param user the user
* @return the configuration of the user
**/