Skip to content

Commit 792c23e

Browse files
authored
fix: add natspec docs to flags of reserve configuration map (#854)
* feat: document undocumented flags * Update contracts/protocol/libraries/types/DataTypes.sol
1 parent 4210352 commit 792c23e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contracts/protocol/libraries/types/DataTypes.sol

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ library DataTypes {
4646
//bit 59: stable rate borrowing enabled
4747
//bit 60: asset is paused
4848
//bit 61: borrowing in isolation mode is enabled
49-
//bit 62-63: reserved
49+
//bit 62: siloed borrowing enabled
50+
//bit 63: flashloaning enabled
5051
//bit 64-79: reserve factor
5152
//bit 80-115 borrow cap in whole tokens, borrowCap == 0 => no cap
5253
//bit 116-151 supply cap in whole tokens, supplyCap == 0 => no cap

0 commit comments

Comments
 (0)