From feb3ad13de67c19fc9d95ac96b900dc160a450a9 Mon Sep 17 00:00:00 2001 From: Lanyin Z <106770708+lanyinzly@users.noreply.github.com> Date: Sun, 18 Feb 2024 11:17:07 -0500 Subject: [PATCH] Update erc-7615 --- ERCS/erc-7615 | 1 - 1 file changed, 1 deletion(-) diff --git a/ERCS/erc-7615 b/ERCS/erc-7615 index 85fe8a97bf..db0166d189 100644 --- a/ERCS/erc-7615 +++ b/ERCS/erc-7615 @@ -8,7 +8,6 @@ status: Draft type: Standards Track category: ERC created: 2024-02-03 -requires: --- ## Abstract This ERC proposes a push-based mechanism for sending data, allowing publisher contract to automatically push certain data to subscriber contracts during a call. The specific implementation relies on two interfaces: one for publisher contract to push data, and another for the subscriber contract to receive data. When the publisher contract is called, it checks if the called function corresponds to subscriber addresses. If it does, the publisher contract push data to the subscriber contracts.