OSDN Git Service

merge node_p2p and chain.
[bytom/bytom-spv.git] / protocol / bc / legacy / transaction_test.go
index 505d073..31228a9 100644 (file)
@@ -10,9 +10,9 @@ import (
 
        "github.com/davecgh/go-spew/spew"
 
-       "chain/errors"
-       "chain/protocol/bc"
-       "chain/testutil"
+       "github.com/blockchain/errors"
+       "github.com/blockchain/protocol/bc"
+       "github.com/blockchain/testutil"
 )
 
 func TestTransactionTrailingGarbage(t *testing.T) {