OSDN Git Service

Merge pull request #466 from Bytom/update-mov
[bytom/vapor.git] / protocol / bc / tx.go
index 0702e4c..5858042 100644 (file)
@@ -1,8 +1,8 @@
 package bc
 
 import (
-       "github.com/vapor/crypto/sha3pool"
-       "github.com/vapor/errors"
+       "github.com/bytom/vapor/crypto/sha3pool"
+       "github.com/bytom/vapor/errors"
 )
 
 // Tx is a wrapper for the entries-based representation of a transaction.