OSDN Git Service

modify import path (#1805)
[bytom/bytom.git] / protocol / bc / types / merkle.go
index 78fbac7..5eff16d 100644 (file)
@@ -7,8 +7,8 @@ import (
 
        "gopkg.in/fatih/set.v0"
 
-       "github.com/bytom/crypto/sha3pool"
-       "github.com/bytom/protocol/bc"
+       "github.com/bytom/bytom/crypto/sha3pool"
+       "github.com/bytom/bytom/protocol/bc"
 )
 
 // merkleFlag represent the type of merkle tree node, it's used to generate the structure of merkle tree