mirror of https://github.com/status-im/op-geth.git
Removed unnecessary code.
This commit is contained in:
parent
119c5b40a7
commit
08c26ab8b0
|
@ -3,15 +3,12 @@ package ethtrie
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
"fmt"
|
"fmt"
|
||||||
_ "reflect"
|
|
||||||
"sync"
|
"sync"
|
||||||
|
|
||||||
"github.com/ethereum/go-ethereum/ethcrypto"
|
"github.com/ethereum/go-ethereum/ethcrypto"
|
||||||
"github.com/ethereum/go-ethereum/ethutil"
|
"github.com/ethereum/go-ethereum/ethutil"
|
||||||
)
|
)
|
||||||
|
|
||||||
func __ignore() { fmt.Println("") }
|
|
||||||
|
|
||||||
func ParanoiaCheck(t1 *Trie) (bool, *Trie) {
|
func ParanoiaCheck(t1 *Trie) (bool, *Trie) {
|
||||||
t2 := New(ethutil.Config.Db, "")
|
t2 := New(ethutil.Config.Db, "")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue