OSDN Git Service

modify import path (#1805)
[bytom/bytom.git] / cmd / bytomd / commands / run_node.go
index f6c160d..b87e42a 100644 (file)
@@ -7,7 +7,7 @@ import (
        log "github.com/sirupsen/logrus"
        "github.com/spf13/cobra"
 
-       "github.com/bytom/node"
+       "github.com/bytom/bytom/node"
 )
 
 const logModule = "cmd"