diff --git a/src/CustomSlotInitializable.sol b/src/CustomSlotInitializable.sol index f752fb1..b666d1b 100644 --- a/src/CustomSlotInitializable.sol +++ b/src/CustomSlotInitializable.sol @@ -142,7 +142,7 @@ abstract contract CustomSlotInitializable { * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in * a contract, executing them in the right order is up to the developer or operator. * - * WARNING: setting the version to 255 will prevent any future reinitialization. + * WARNING: setting the version to type(uint64).max will prevent any future reinitialization. * * Emits an {Initialized} event. */ diff --git a/test/LightAccount.t.sol b/test/LightAccount.t.sol index 3be5265..c99c049 100644 --- a/test/LightAccount.t.sol +++ b/test/LightAccount.t.sol @@ -285,7 +285,7 @@ contract LightAccountTest is Test { bytes32(uint256(uint160(0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789))) ) ), - 0xd77df77274118ffc7c7b2edced505093b1f8695e3b5ced2b2fd2a5b27e4e2b78 + 0x23fb754854a6aa03057b1bae5d971963d92e534dc714fa59fff6c08a3617ba3e ); }