mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
github update 2
This commit is contained in:
parent
64ced6629a
commit
1f6c8ebb0e
2 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ import (
|
||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/ethereum/ethash"
|
"github.com/expanse-project/ethash"
|
||||||
"github.com/expanse-project/go-expanse/accounts"
|
"github.com/expanse-project/go-expanse/accounts"
|
||||||
"github.com/expanse-project/go-expanse/common"
|
"github.com/expanse-project/go-expanse/common"
|
||||||
"github.com/expanse-project/go-expanse/common/compiler"
|
"github.com/expanse-project/go-expanse/common/compiler"
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
package api
|
package api
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/ethereum/ethash"
|
"github.com/expanse-project/ethash"
|
||||||
"github.com/expanse-project/go-expanse/common"
|
"github.com/expanse-project/go-expanse/common"
|
||||||
"github.com/expanse-project/go-expanse/eth"
|
"github.com/expanse-project/go-expanse/eth"
|
||||||
"github.com/expanse-project/go-expanse/rpc/codec"
|
"github.com/expanse-project/go-expanse/rpc/codec"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue