OSDN Git Service

modify import v0.1_split_block
authormars <mars@bytom.io>
Sat, 15 Jun 2019 06:52:47 +0000 (14:52 +0800)
committermars <mars@bytom.io>
Sat, 15 Jun 2019 06:52:47 +0000 (14:52 +0800)
database/cache.go

index 5dc7476..224d554 100644 (file)
@@ -3,10 +3,9 @@ package database
 import (
        "fmt"
 
-       "github.com/vapor/common"
-
        "github.com/golang/groupcache/singleflight"
 
+       "github.com/vapor/common"
        "github.com/vapor/protocol/bc"
        "github.com/vapor/protocol/bc/types"
 )