mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-30 00:23:46 +00:00
fix comment'
This commit is contained in:
parent
68bd6c6b31
commit
f241a76f4a
1 changed files with 0 additions and 2 deletions
|
|
@ -58,8 +58,6 @@ const (
|
|||
// BalanceIncreaseSelfdestruct is added to the recipient as indicated by a selfdestructing account.
|
||||
BalanceIncreaseSelfdestruct BalanceChangeReason = 12
|
||||
// BalanceDecreaseSelfdestruct is deducted from a contract due to self-destruct.
|
||||
// This can happen either at the point of self-destruction, or at the end of the tx
|
||||
// if ether was sent to contract post-selfdestruct.
|
||||
BalanceDecreaseSelfdestruct BalanceChangeReason = 13
|
||||
// BalanceDecreaseSelfdestructBurn is ether that is sent to an already self-destructed
|
||||
// account within the same tx (captured at end of tx).
|
||||
|
|
|
|||
Loading…
Reference in a new issue