X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=protocol%2Fbc%2Ftypes%2Fspend_commitment_test.go;h=e55a18273c069701bffe3fa3fe4e179111904676;hb=1337be95f74a1d2a1a7316737efde413f29bcb2f;hp=154abf4b1751cbe2fccb0fb7379d2b5ae166aa5b;hpb=d15598b9032d9c5a9e93ad826c409afea798afc4;p=bytom%2Fvapor.git diff --git a/protocol/bc/types/spend_commitment_test.go b/protocol/bc/types/spend_commitment_test.go index 154abf4b..e55a1827 100644 --- a/protocol/bc/types/spend_commitment_test.go +++ b/protocol/bc/types/spend_commitment_test.go @@ -5,9 +5,9 @@ import ( "encoding/hex" "testing" - "github.com/vapor/encoding/blockchain" - "github.com/vapor/protocol/bc" - "github.com/vapor/testutil" + "github.com/bytom/vapor/encoding/blockchain" + "github.com/bytom/vapor/protocol/bc" + "github.com/bytom/vapor/testutil" ) func TestReadWriteSpendCommitment(t *testing.T) {