mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
rm redundant import
This commit is contained in:
parent
cad6a4ae24
commit
aff5dbd48d
1 changed files with 0 additions and 2 deletions
|
|
@ -5,12 +5,10 @@ package main
|
|||
import (
|
||||
"bufio"
|
||||
"fmt"
|
||||
//"github.com/ShyftNetwork/go-empyrean/common/hexutil"
|
||||
"github.com/ShyftNetwork/go-empyrean/crypto"
|
||||
"io"
|
||||
"net"
|
||||
"os"
|
||||
|
||||
"github.com/ShyftNetwork/go-empyrean/common/hexutil"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue