Skip to content

Commit e7b4e4f

Browse files
committed
#70 Cleans up consensus and database pkg. Adds docs and better logging.
1 parent 84c8bf0 commit e7b4e4f

16 files changed

+646
-577
lines changed

cmd/lightchain/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
ethUtils "github.com/ethereum/go-ethereum/cmd/utils"
1414
)
1515

16-
var logger = log.NewLogger().With("module", "lightchain")
16+
var logger = log.NewLogger().With("engine", "lightchain")
1717

1818
var (
1919
defaultHomeDir, _ = homedir.Dir()

consensus/abci.go

-299
This file was deleted.

0 commit comments

Comments
 (0)