mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
fixed import
This commit is contained in:
parent
72f70f662c
commit
4977d41e95
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ import (
|
||||||
|
|
||||||
"github.com/codegangsta/cli"
|
"github.com/codegangsta/cli"
|
||||||
"github.com/expanse-project/go-expanse/cmd/utils"
|
"github.com/expanse-project/go-expanse/cmd/utils"
|
||||||
"github.com/expanse-project/go-expanse/eth"
|
"github.com/expanse-project/go-expanse/exp"
|
||||||
"github.com/expanse-project/go-expanse/ethdb"
|
"github.com/expanse-project/go-expanse/ethdb"
|
||||||
"github.com/expanse-project/go-expanse/tests"
|
"github.com/expanse-project/go-expanse/tests"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue