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"
|
"net"
|
||||||
"fmt"
|
"fmt"
|
||||||
"os"
|
"os"
|
||||||
//"github.com/ethereum/go-ethereum/common"
|
"github.com/ShyftNetwork/go-empyrean/crypto"
|
||||||
"github.com/ethereum/go-ethereum/crypto"
|
|
||||||
"bytes"
|
"bytes"
|
||||||
"github.com/ethereum/go-ethereum/common/hexutil"
|
"github.com/ShyftNetwork/go-empyrean/common/hexutil"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue