From a468732bf2f4c011a9c54b057e4a9eb5e7523478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=AE=87=E5=B3=B0?= Date: Mon, 17 Sep 2018 19:26:20 +0800 Subject: [PATCH] Revert "ethdb: unified code comment style." This reverts commit a581efb3f06a96fc7aec0bfae03c7b6d5a0c1a77. --- ethdb/memory_database.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ethdb/memory_database.go b/ethdb/memory_database.go index 6f28bae024..727f2f7ca3 100644 --- a/ethdb/memory_database.go +++ b/ethdb/memory_database.go @@ -23,7 +23,9 @@ 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