mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
Revert "ethdb: unified code comment style."
This reverts commit a581efb3f0.
This commit is contained in:
parent
6f29c42a4b
commit
a468732bf2
1 changed files with 3 additions and 1 deletions
|
|
@ -23,7 +23,9 @@ 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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue