ethdb:unified code comment style

This commit is contained in:
陈宇峰 2018-09-14 12:52:28 +08:00
parent 5eb9783662
commit 34ff229a5b

View file

@ -23,9 +23,8 @@ import (
"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 {
db map[string][]byte
lock sync.RWMutex