This commit is contained in:
chenyufeng 2018-09-14 04:56:15 +00:00 committed by GitHub
commit 0fd8562288
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,9 +23,8 @@ import (
"github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common"
) )
/*
* This is a test memory database. Do not use for any production it does not get persisted // This is a test memory database. Do not use for any production, it does not get persisted.
*/
type MemDatabase struct { type MemDatabase struct {
db map[string][]byte db map[string][]byte
lock sync.RWMutex lock sync.RWMutex