Skip to content

Commit

Permalink
corner off private members of struct
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrower95 committed Dec 9, 2024
1 parent 8505714 commit e9ade40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/ZEnvHelpers.sol
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ struct State {
mapping(string => uint16) updatedUInt16s;
mapping(string => uint8) updatedUInt8s;
mapping(string => bool) updatedBools;

////////////////////////////////////
mapping(string => Cleanliness) _dirty;
string[] _modifiedKeys;
}
Expand Down

0 comments on commit e9ade40

Please sign in to comment.