From 6acfa9be3d1c6f2af9b6081ddc3bbe0de50c3d3b Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Wed, 1 Nov 2023 23:55:07 +0000 Subject: [PATCH] Update EIP-6780: say "target" instead of "caller" Merged by EIP-Bot. --- EIPS/eip-6780.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EIPS/eip-6780.md b/EIPS/eip-6780.md index 8997dc4b37aaeb..634f4a50a369da 100644 --- a/EIPS/eip-6780.md +++ b/EIPS/eip-6780.md @@ -1,7 +1,7 @@ --- eip: 6780 title: SELFDESTRUCT only in same transaction -description: SELFDESTRUCT will recover all funds to the caller but not delete the account, except when called in the same transaction as creation +description: SELFDESTRUCT will recover all funds to the target but not delete the account, except when called in the same transaction as creation author: Guillaume Ballet (@gballet), Vitalik Buterin (@vbuterin), Dankrad Feist (@dankrad) discussions-to: https://ethereum-magicians.org/t/deactivate-selfdestruct-except-where-it-occurs-in-the-same-transaction-in-which-a-contract-was-created/13539 status: Draft @@ -13,7 +13,7 @@ requires: 2681, 2929, 3529 ## Abstract -This EIP changes the functionality of the `SELFDESTRUCT` opcode. The new functionality will be only to send all Ether in the account to the caller, except that the current behaviour is preserved when `SELFDESTRUCT` is called in the same transaction a contract was created. +This EIP changes the functionality of the `SELFDESTRUCT` opcode. The new functionality will be only to send all Ether in the account to the target, except that the current behaviour is preserved when `SELFDESTRUCT` is called in the same transaction a contract was created. ## Motivation