Skip to content

Commit

Permalink
chore: delete renounceOwnershipStartedAt in acceptOwnership
Browse files Browse the repository at this point in the history
  • Loading branch information
YamenMerhi committed Nov 6, 2023
1 parent f414a2c commit 5e302d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/LSP0ERC725Account/LSP0ERC725AccountCore.sol
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@ abstract contract LSP0ERC725AccountCore is

_setOwner(pendingOwnerAddress);
delete _pendingOwner;
delete _renounceOwnershipStartedAt;
} else {
_acceptOwnership();
}
Expand Down

0 comments on commit 5e302d3

Please sign in to comment.