From 4b19275393cb24b07685378564bf6c6c611ea92a Mon Sep 17 00:00:00 2001 From: Victor Liew Jia Hao Date: Tue, 16 Jul 2024 11:27:02 +0800 Subject: [PATCH 1/2] Update erc-7291.md --- ERCS/erc-7291.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ERCS/erc-7291.md b/ERCS/erc-7291.md index 18d46ca41b..8aaa7220de 100644 --- a/ERCS/erc-7291.md +++ b/ERCS/erc-7291.md @@ -619,7 +619,7 @@ Why is there a need for destination? ### Why was a push transaction model chosen? -- This standard sticks to the push transaction model where the transfer of PBM is initiated on the senders side. Modern wallets can support the required PBM logic by embedding the unwrapping logic within the ERC-1155 `safeTransfer` function. +- This standard sticks to the push transaction model where the transfer of PBM is initiated on the sender's side. Modern wallets can support the required PBM logic by embedding the unwrapping logic within the ERC-1155 `safeTransfer` function. ### Customisability From b02774bf24b9e399295c6d883c018bce677fb9e0 Mon Sep 17 00:00:00 2001 From: veenkumarr Date: Thu, 6 Feb 2025 17:34:00 +0800 Subject: [PATCH 2/2] Update erc-7291.md status --- ERCS/erc-7291.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ERCS/erc-7291.md b/ERCS/erc-7291.md index 8aaa7220de..16ed82a6fd 100644 --- a/ERCS/erc-7291.md +++ b/ERCS/erc-7291.md @@ -4,7 +4,7 @@ title: Purpose bound money description: An interface extending ERC-1155 to implement purpose-bound money, a hybrid form of programmable payment and money. author: Orchid-Dev (@proj-orchid-straitsx), Victor Liew (@alcedo), Wong Tse Jian (@wongtsejian), Jacob Shan (@Jacobshan429), Chin Sin Ong (@chinsinong) discussions-to: https://ethereum-magicians.org/t/eip-7291-purpose-bound-money/14973 -status: Draft +status: Review type: Standards Track category: ERC created: 2023-06-24