Commit a21b30c9 authored by Felix Lange's avatar Felix Lange

eth: remove unused Ethereum sync fields

parent a3cd2187
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment