aboutsummaryrefslogtreecommitdiffstats
path: root/xeth
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-02-14 00:23:18 +0800
committerobscuren <geffobscura@gmail.com>2015-02-14 00:23:18 +0800
commit00fca409398172811e71158e0ca9f6229e0f815b (patch)
tree8f7dc62676e519236b69a977c7af00d81b1e0406 /xeth
parent5c251b69282b3992512d0c17ed0063f294a0e663 (diff)
parent8a0f23915e4feb9aabe21bd075416bc0f32bbc43 (diff)
downloadgo-tangerine-00fca409398172811e71158e0ca9f6229e0f815b.tar
go-tangerine-00fca409398172811e71158e0ca9f6229e0f815b.tar.gz
go-tangerine-00fca409398172811e71158e0ca9f6229e0f815b.tar.bz2
go-tangerine-00fca409398172811e71158e0ca9f6229e0f815b.tar.lz
go-tangerine-00fca409398172811e71158e0ca9f6229e0f815b.tar.xz
go-tangerine-00fca409398172811e71158e0ca9f6229e0f815b.tar.zst
go-tangerine-00fca409398172811e71158e0ca9f6229e0f815b.zip
Merge branch 'miner' into develop
Diffstat (limited to 'xeth')
-rw-r--r--xeth/types.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/xeth/types.go b/xeth/types.go
index b13317b03..a903fccbb 100644
--- a/xeth/types.go
+++ b/xeth/types.go
@@ -60,7 +60,6 @@ func (self *Object) Storage() (storage map[string]string) {
rlp.Decode(bytes.NewReader(it.Value), &data)
storage[toHex(it.Key)] = toHex(data)
}
- self.StateObject.Trie().PrintRoot()
return
}