Skip to content

Commit

Permalink
Partially fixing COR-04 from CertiK audit
Browse files Browse the repository at this point in the history
  • Loading branch information
eloi010 committed Dec 22, 2023
1 parent 622c2b5 commit 6d19c2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/core/base/BaseRecoverableAccount.sol
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ abstract contract BaseRecoverableAccount is BaseOpenfortAccount, Ownable2StepUpg
revert InsecurePeriod();
}
emit EntryPointUpdated(entrypointContract, _entrypoint);
__Ownable2Step_init();
_transferOwnership(_defaultAdmin);
entrypointContract = _entrypoint;
__EIP712_init("Openfort", "0.5");
Expand Down

0 comments on commit 6d19c2a

Please sign in to comment.