Remove dup kvPair in ethDB test

This commit is contained in:
Aleksandr Bezobchuk 2018-10-22 22:31:09 -04:00
parent f938f74cf0
commit 645a0118e2

View File

@ -12,12 +12,6 @@ import (
dbm "github.com/tendermint/tendermint/libs/db"
)
type (
kvPair struct {
key, value []byte
}
)
func newEthereumDB() *EthereumDB {
memDB := dbm.NewMemDB()
return &EthereumDB{CodeDB: memDB}