mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-24 20:08:08 +00:00
eth: remove unused Ethereum sync fields
This commit is contained in:
parent
a3cd218719
commit
a21b30c901
1 changed files with 0 additions and 4 deletions
|
|
@ -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 a new issue