forked from cerc-io/laconicd-deprecated
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"
|
||||
)
|
||||
|
||||
type (
|
||||
kvPair struct {
|
||||
key, value []byte
|
||||
}
|
||||
)
|
||||
|
||||
func newEthereumDB() *EthereumDB {
|
||||
memDB := dbm.NewMemDB()
|
||||
return &EthereumDB{CodeDB: memDB}
|
||||
|
Loading…
Reference in New Issue
Block a user