OSDN Git Service

rename (#465)
[bytom/vapor.git] / toolbar / apinode / node_test.go
index 4bbae41..902aba3 100644 (file)
@@ -4,9 +4,9 @@ import (
        "encoding/json"
        "testing"
 
-       "github.com/vapor/consensus"
-       "github.com/vapor/errors"
-       "github.com/vapor/protocol/bc"
+       "github.com/bytom/vapor/consensus"
+       "github.com/bytom/vapor/errors"
+       "github.com/bytom/vapor/protocol/bc"
 )
 
 func buildTxRequest(accountID string, outputs map[string]uint64) ([]byte, error) {