diff options
author | obscuren <geffobscura@gmail.com> | 2014-10-11 06:41:37 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-10-11 06:41:37 +0800 |
commit | 2e894b668a2bde3eb83418cfd9128f3a571e0026 (patch) | |
tree | 2c9cae400a364929dce7e3c9a8112ebf053ddab6 /ethchain | |
parent | cb845b9bc84dada9d03eb9d9cb9ccfa96c7ce06c (diff) | |
download | go-tangerine-2e894b668a2bde3eb83418cfd9128f3a571e0026.tar.gz go-tangerine-2e894b668a2bde3eb83418cfd9128f3a571e0026.tar.zst go-tangerine-2e894b668a2bde3eb83418cfd9128f3a571e0026.zip |
Max callstack
Diffstat (limited to 'ethchain')
-rw-r--r-- | ethchain/block.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ethchain/block.go b/ethchain/block.go index 72dc5b55a..0fb01ea5b 100644 --- a/ethchain/block.go +++ b/ethchain/block.go @@ -348,7 +348,7 @@ func NewUncleBlockFromValue(header *ethutil.Value) *Block { return block } -func (block *Block) Trie() *ethrie.Trie { +func (block *Block) Trie() *ethtrie.Trie { return block.state.Trie } |