X-Git-Url: http://git.osdn.net/view?p=bytom%2Fvapor.git;a=blobdiff_plain;f=test%2Fblock_test.go;fp=test%2Fblock_test.go;h=db5ccccd267319d3996322f84f4e1b2fca97247f;hp=eeb6c95ff5fba3cccffccedd2de15d428e2f7f79;hb=1337be95f74a1d2a1a7316737efde413f29bcb2f;hpb=d15598b9032d9c5a9e93ad826c409afea798afc4 diff --git a/test/block_test.go b/test/block_test.go index eeb6c95f..db5ccccd 100644 --- a/test/block_test.go +++ b/test/block_test.go @@ -7,11 +7,11 @@ import ( "testing" "time" - "github.com/vapor/consensus" - dbm "github.com/vapor/database/leveldb" - "github.com/vapor/protocol/bc" - "github.com/vapor/protocol/bc/types" - "github.com/vapor/protocol/vm" + "github.com/bytom/vapor/consensus" + dbm "github.com/bytom/vapor/database/leveldb" + "github.com/bytom/vapor/protocol/bc" + "github.com/bytom/vapor/protocol/bc/types" + "github.com/bytom/vapor/protocol/vm" ) func TestBlockHeader(t *testing.T) {