OSDN Git Service

Merge pull request #1813 from Bytom/dev
[bytom/bytom.git] / protocol / bc / types / spend_commitment_test.go
index 73cf114..a2a1192 100644 (file)
@@ -5,9 +5,9 @@ import (
        "encoding/hex"
        "testing"
 
-       "github.com/bytom/encoding/blockchain"
-       "github.com/bytom/protocol/bc"
-       "github.com/bytom/testutil"
+       "github.com/bytom/bytom/encoding/blockchain"
+       "github.com/bytom/bytom/protocol/bc"
+       "github.com/bytom/bytom/testutil"
 )
 
 func TestReadWriteSpendCommitment(t *testing.T) {