mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-05 19:05:03 +00:00
Removed unnecessary code.
This commit is contained in:
parent
119c5b40a7
commit
08c26ab8b0
1 changed files with 0 additions and 3 deletions
|
|
@ -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 a new issue