diff options
Diffstat (limited to 'core/configuration-chain.go')
-rw-r--r-- | core/configuration-chain.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/configuration-chain.go b/core/configuration-chain.go index a6c0f39..46f02cc 100644 --- a/core/configuration-chain.go +++ b/core/configuration-chain.go @@ -23,8 +23,8 @@ import ( "sync" "github.com/dexon-foundation/dexon-consensus-core/common" + "github.com/dexon-foundation/dexon-consensus-core/core/crypto" "github.com/dexon-foundation/dexon-consensus-core/core/types" - "github.com/dexon-foundation/dexon-consensus-core/crypto" ) // Errors for configuration chain.. |