Commit 08c26ab8 authored by obscuren's avatar obscuren

Removed unnecessary code.

parent 119c5b40
......@@ -3,15 +3,12 @@ package ethtrie
import (
"bytes"
"fmt"
_ "reflect"
"sync"
"github.com/ethereum/go-ethereum/ethcrypto"
"github.com/ethereum/go-ethereum/ethutil"
)
func __ignore() { fmt.Println("") }
func ParanoiaCheck(t1 *Trie) (bool, *Trie) {
t2 := New(ethutil.Config.Db, "")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment