doc: updated docs for supply & borrow caps, 48 -> 36 bits

This commit is contained in:
Hadrien Charlanes 2021-05-25 13:37:24 +02:00
parent 5b9dc19b69
commit f30d5baf8e

View File

@ -38,8 +38,8 @@ library DataTypes {
//bit 59: stable rate borrowing enabled
//bit 60-63: reserved
//bit 64-79: reserve factor
//bit 80-127 borrow cap
//bit 128-175 borrow cap
//bit 80-115 borrow cap, borrowCap == 0 => disabled
//bit 116-152 supply cap, supplyCap == 0 => disabled
uint256 data;
}