mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
eth -> exp
eth to exp
This commit is contained in:
parent
0f519942a4
commit
5bc04ee47b
4 changed files with 5 additions and 5 deletions
|
|
@ -106,7 +106,7 @@ func testEth(t *testing.T) (expanse *exp.Expanse, err error) {
|
|||
}
|
||||
|
||||
// create a testAddress
|
||||
ks := crypto.NewKeyStorePassphrase("/tmp/eth-natspec/keystore", crypto.LightScryptN, crypto.LightScryptP)
|
||||
ks := crypto.NewKeyStorePassphrase("/tmp/exp-natspec/keystore", crypto.LightScryptN, crypto.LightScryptP)
|
||||
am := accounts.NewManager(ks)
|
||||
testAccount, err := am.NewAccount("password")
|
||||
if err != nil {
|
||||
|
|
|
|||
|
|
@ -27,8 +27,8 @@ import (
|
|||
"github.com/expanse-project/go-expanse/common"
|
||||
"github.com/expanse-project/go-expanse/core"
|
||||
"github.com/expanse-project/go-expanse/core/types"
|
||||
"github.com/expanse-project/go-expanse/eth/downloader"
|
||||
"github.com/expanse-project/go-expanse/eth/fetcher"
|
||||
"github.com/expanse-project/go-expanse/exp/downloader"
|
||||
"github.com/expanse-project/go-expanse/exp/fetcher"
|
||||
"github.com/expanse-project/go-expanse/ethdb"
|
||||
"github.com/expanse-project/go-expanse/event"
|
||||
"github.com/expanse-project/go-expanse/logger"
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ import (
|
|||
"github.com/expanse-project/go-expanse/core"
|
||||
"github.com/expanse-project/go-expanse/core/state"
|
||||
"github.com/expanse-project/go-expanse/core/vm"
|
||||
"github.com/expanse-project/go-expanse/eth"
|
||||
"github.com/expanse-project/go-expanse/exp"
|
||||
"github.com/expanse-project/go-expanse/rlp"
|
||||
"github.com/expanse-project/go-expanse/rpc/codec"
|
||||
"github.com/expanse-project/go-expanse/rpc/shared"
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ import (
|
|||
|
||||
"github.com/expanse-project/go-expanse/common"
|
||||
"github.com/expanse-project/go-expanse/common/natspec"
|
||||
"github.com/expanse-project/go-expanse/eth"
|
||||
"github.com/expanse-project/go-expanse/exp"
|
||||
"github.com/expanse-project/go-expanse/rlp"
|
||||
"github.com/expanse-project/go-expanse/rpc/codec"
|
||||
"github.com/expanse-project/go-expanse/rpc/shared"
|
||||
|
|
|
|||
Loading…
Reference in a new issue