Remove dup kvPair in ethDB test
This commit is contained in:
parent
f938f74cf0
commit
645a0118e2
@ -12,12 +12,6 @@ import (
|
|||||||
dbm "github.com/tendermint/tendermint/libs/db"
|
dbm "github.com/tendermint/tendermint/libs/db"
|
||||||
)
|
)
|
||||||
|
|
||||||
type (
|
|
||||||
kvPair struct {
|
|
||||||
key, value []byte
|
|
||||||
}
|
|
||||||
)
|
|
||||||
|
|
||||||
func newEthereumDB() *EthereumDB {
|
func newEthereumDB() *EthereumDB {
|
||||||
memDB := dbm.NewMemDB()
|
memDB := dbm.NewMemDB()
|
||||||
return &EthereumDB{CodeDB: memDB}
|
return &EthereumDB{CodeDB: memDB}
|
||||||
|
Loading…
Reference in New Issue
Block a user