X-Git-Url: http://git.osdn.net/view?p=bytom%2Fvapor.git;a=blobdiff_plain;f=netsync%2Fconsensusmgr%2Fblock_fetcher_test.go;fp=netsync%2Fconsensusmgr%2Fblock_fetcher_test.go;h=0ecf30536cbb4f55527cdf87a4aed19a1ab309c9;hp=96703516c1fb9449facc13088b06bf0ef8f2df6b;hb=1337be95f74a1d2a1a7316737efde413f29bcb2f;hpb=d15598b9032d9c5a9e93ad826c409afea798afc4 diff --git a/netsync/consensusmgr/block_fetcher_test.go b/netsync/consensusmgr/block_fetcher_test.go index 96703516..0ecf3053 100644 --- a/netsync/consensusmgr/block_fetcher_test.go +++ b/netsync/consensusmgr/block_fetcher_test.go @@ -4,9 +4,9 @@ import ( "testing" "time" - "github.com/vapor/netsync/peers" - "github.com/vapor/protocol/bc" - "github.com/vapor/protocol/bc/types" + "github.com/bytom/vapor/netsync/peers" + "github.com/bytom/vapor/protocol/bc" + "github.com/bytom/vapor/protocol/bc/types" ) type peerMgr struct {