Skip to content

Commit

Permalink
improve initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
ethereumdegen committed Jan 29, 2025
1 parent 1ba3f97 commit 5a7c21e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ abstract contract LenderPoolPauseableUpgradeable is Initializable, ContextUpgrad
_poolPaused = false;
_borrowingPaused = false;
_stakingPaused = false;
_liquidationPaused = false;
}


Expand Down Expand Up @@ -206,7 +207,7 @@ abstract contract LenderPoolPauseableUpgradeable is Initializable, ContextUpgrad
}



/**
* @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain.
Expand Down

0 comments on commit 5a7c21e

Please sign in to comment.