Skip to content

Commit

Permalink
chore: fix natspec issues
Browse files Browse the repository at this point in the history
  • Loading branch information
0xteddybear committed Jul 26, 2024
1 parent 57c17b0 commit 5a6dedf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/contracts/BPool.sol
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ contract BPool is BToken, BMath, IBPool {
uint256 internal _totalWeight;

/// TEST TEST TEST TEST TEST TEST TEST TEST
/// @dev workaround for hevm not supporting tload/tstore
bytes32 internal _reenteringMutex;
/// TEST TEST TEST TEST TEST TEST TEST TEST

Expand Down

0 comments on commit 5a6dedf

Please sign in to comment.