We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0b167 commit 92e3bc8Copy full SHA for 92e3bc8
src/ImmutableATokenVault.sol
@@ -95,7 +95,7 @@ contract ImmutableATokenVault is ATokenVault {
95
valueAtSlot0 &= 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00FF;
96
97
// The second byte corresponds to the `_initializing` bool flag.
98
- // So this was equivalent to `_initializing = true`, which is what the `initializer()` modifier does
+ // So this was equivalent to `_initializing = false`, which is what the `initializer()` modifier does
99
// after initialization is complete.
100
101
// Store the altered value back into storage slot 0.
0 commit comments