aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/state_object.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethchain/state_object.go')
-rw-r--r--ethchain/state_object.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ethchain/state_object.go b/ethchain/state_object.go
index 5a43de35c..2c7f36e65 100644
--- a/ethchain/state_object.go
+++ b/ethchain/state_object.go
@@ -84,6 +84,7 @@ func NewStateObjectFromBytes(address, data []byte) *StateObject {
func (self *StateObject) MarkForDeletion() {
self.remove = true
+ statelogger.Infof("%x: #%d %v (deletion)\n", self.Address(), self.Nonce, self.Amount)
}
func (c *StateObject) GetAddr(addr []byte) *ethutil.Value {