mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
bet
This commit is contained in:
parent
e1a742d576
commit
95be8c3b67
1 changed files with 3 additions and 1 deletions
|
|
@ -28,7 +28,9 @@ import (
|
|||
"github.com/ethereum/go-ethereum/common"
|
||||
"github.com/ethereum/go-ethereum/common/hexutil"
|
||||
"github.com/ethereum/go-ethereum/core/types"
|
||||
_ "github.com/ethereum/go-ethereum/ethclient/engineclient" // Register the ethclient codec
|
||||
|
||||
// Temporary to get engineclient to compile for testing. Will remove
|
||||
_ "github.com/ethereum/go-ethereum/ethclient/engineclient"
|
||||
"github.com/ethereum/go-ethereum/rpc"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue