Removed unnecessary code.
This commit is contained in:
parent
119c5b40a7
commit
08c26ab8b0
@ -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, "")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user