docs: removed obsolete comment

This commit is contained in:
The3D 2021-07-05 19:55:56 +02:00
parent a98956f8b2
commit 7f3bf12d23

View File

@ -43,7 +43,6 @@ library DataTypes {
//bit 64-79: reserve factor
//bit 80-115 borrow cap, borrowCap == 0 => disabled
//bit 116-151 supply cap, supplyCap == 0 => disabled
//bit 152-185 exposure cap, exposureCap == 0 => disabled
uint256 data;
}