diff options
Diffstat (limited to 'cmd/puppeth/genesis.go')
-rw-r--r-- | cmd/puppeth/genesis.go | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cmd/puppeth/genesis.go b/cmd/puppeth/genesis.go index 9cde461b2..8cfadc841 100644 --- a/cmd/puppeth/genesis.go +++ b/cmd/puppeth/genesis.go @@ -23,12 +23,12 @@ import ( "math/big" "strings" - "github.com/dexon-foundation/dexon/common" - "github.com/dexon-foundation/dexon/common/hexutil" - math2 "github.com/dexon-foundation/dexon/common/math" - "github.com/dexon-foundation/dexon/consensus/ethash" - "github.com/dexon-foundation/dexon/core" - "github.com/dexon-foundation/dexon/params" + "github.com/tangerine-network/go-tangerine/common" + "github.com/tangerine-network/go-tangerine/common/hexutil" + math2 "github.com/tangerine-network/go-tangerine/common/math" + "github.com/tangerine-network/go-tangerine/consensus/ethash" + "github.com/tangerine-network/go-tangerine/core" + "github.com/tangerine-network/go-tangerine/params" ) // alethGenesisSpec represents the genesis specification format used by the |