OSDN Git Service

modify import path (#1805)
[bytom/bytom.git] / protocol / bc / types / block_header_test.go
index bda1a88..1d6c3a5 100644 (file)
@@ -9,9 +9,9 @@ import (
 
        "github.com/davecgh/go-spew/spew"
 
-       "github.com/bytom/encoding/blockchain"
-       "github.com/bytom/errors"
-       "github.com/bytom/testutil"
+       "github.com/bytom/bytom/encoding/blockchain"
+       "github.com/bytom/bytom/errors"
+       "github.com/bytom/bytom/testutil"
 )
 
 func TestBlockHeader(t *testing.T) {