From d0d1869fa4f4a0a5c1ddc3d4b8d2899cca43fc6a Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Tue, 16 Oct 2018 10:37:01 +0800 Subject: core: fix nil map initialization --- dex/app.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dex') diff --git a/dex/app.go b/dex/app.go index 06b5a5381..1e97c4859 100644 --- a/dex/app.go +++ b/dex/app.go @@ -20,11 +20,12 @@ package dex import ( "bytes" "fmt" - "github.com/dexon-foundation/dexon/log" "math/big" "sync" "time" + "github.com/dexon-foundation/dexon/log" + coreCommon "github.com/dexon-foundation/dexon-consensus-core/common" coreTypes "github.com/dexon-foundation/dexon-consensus-core/core/types" -- cgit v1.2.3