diff options
Diffstat (limited to 'cmd/puppeth/wizard_netstats.go')
-rw-r--r-- | cmd/puppeth/wizard_netstats.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/puppeth/wizard_netstats.go b/cmd/puppeth/wizard_netstats.go index 6909070a3..a26ddffd8 100644 --- a/cmd/puppeth/wizard_netstats.go +++ b/cmd/puppeth/wizard_netstats.go @@ -23,9 +23,9 @@ import ( "strings" "sync" - "github.com/dexon-foundation/dexon/core" - "github.com/dexon-foundation/dexon/log" "github.com/olekukonko/tablewriter" + "github.com/tangerine-network/go-tangerine/core" + "github.com/tangerine-network/go-tangerine/log" ) // networkStats verifies the status of network components and generates a protip |