Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update EIP-7144: Move to Review #7239

Merged
merged 14 commits into from
Aug 8, 2023
4 changes: 2 additions & 2 deletions EIPS/eip-7144.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: ERC-20 with transaction validation step.
description: A new validation step for transfer and approve calls, achieving a security step in case of stolen wallet.
author: Eduard López i Fina (@eduardfina)
discussions-to: https://ethereum-magicians.org/t/erc721-with-a-validation-step/14071
status: Draft
status: Review
type: Standards Track
category: ERC
created: 2023-05-07
Expand Down Expand Up @@ -150,7 +150,7 @@ This operations will be overridden to create a validation petition instead of tr
## Reference Implementation

```solidity
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: CC0-1.0

pragma solidity ^0.8.0;

Expand Down