eth: remove unused Ethereum sync fields
This commit is contained in:
parent
a3cd218719
commit
a21b30c901
@ -4,7 +4,6 @@ import (
|
||||
"crypto/ecdsa"
|
||||
"fmt"
|
||||
"strings"
|
||||
"sync"
|
||||
|
||||
"github.com/ethereum/go-ethereum/core"
|
||||
"github.com/ethereum/go-ethereum/crypto"
|
||||
@ -92,9 +91,6 @@ type Ethereum struct {
|
||||
|
||||
logger ethlogger.LogSystem
|
||||
|
||||
synclock sync.Mutex
|
||||
syncGroup sync.WaitGroup
|
||||
|
||||
Mining bool
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user