mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
fix import dependencies
This commit is contained in:
parent
8c95ce84d4
commit
7641245387
1 changed files with 3 additions and 4 deletions
|
|
@ -6,10 +6,9 @@ import (
|
|||
"net"
|
||||
"fmt"
|
||||
"os"
|
||||
//"github.com/ethereum/go-ethereum/common"
|
||||
"github.com/ethereum/go-ethereum/crypto"
|
||||
"bytes"
|
||||
"github.com/ethereum/go-ethereum/common/hexutil"
|
||||
"github.com/ShyftNetwork/go-empyrean/crypto"
|
||||
"bytes"
|
||||
"github.com/ShyftNetwork/go-empyrean/common/hexutil"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
|||
Loading…
Reference in a new issue