Skip to content

Commit

Permalink
Update eip-5453.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xinbenlv authored Sep 12, 2023
1 parent 1dd06df commit 1d0c705
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion EIPS/eip-5453.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ This EIP establish a general protocol for permitting approving function calls in
Unlike a few prior art ([ERC-2612](./eip-2612.md) for [ERC-20](./eip-20.md), `ERC-4494` for [ERC-721](./eip-721.md) that
usually only permit for a single behavior (`transfer` for ERC-20 and `safeTransferFrom` for ERC-721) and a single approver in two transactions (first a `permit(...)` TX, then a `transfer`-like TX), this EIP provides a way to permit arbitrary behaviors and aggregating multiple approvals from arbitrary number of approvers in the same transaction, allowing for Multi-Sig or Threshold Signing behavior.

<!-- TODO add context about other EIPs this EIP is designed to work with. -->
## Motivation

1. Support permit(approval) alongside a function call.
Expand Down

0 comments on commit 1d0c705

Please sign in to comment.