Max callstack

This commit is contained in:
obscuren
2014-10-11 00:41:37 +02:00
parent cb845b9bc8
commit 2e894b668a
2 changed files with 11 additions and 4 deletions

View File

@@ -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
}