Skip to content

Commit

Permalink
Update EIP-6780: say "target" instead of "caller"
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
PaulRBerg authored Nov 1, 2023
1 parent 9e9f8fb commit 6acfa9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EIPS/eip-6780.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down

0 comments on commit 6acfa9b

Please sign in to comment.