Commit a21b30c9 authored by Felix Lange's avatar Felix Lange

eth: remove unused Ethereum sync fields

parent a3cd2187
...@@ -4,7 +4,6 @@ import ( ...@@ -4,7 +4,6 @@ import (
"crypto/ecdsa" "crypto/ecdsa"
"fmt" "fmt"
"strings" "strings"
"sync"
"github.com/ethereum/go-ethereum/core" "github.com/ethereum/go-ethereum/core"
"github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/crypto"
...@@ -92,9 +91,6 @@ type Ethereum struct { ...@@ -92,9 +91,6 @@ type Ethereum struct {
logger ethlogger.LogSystem logger ethlogger.LogSystem
synclock sync.Mutex
syncGroup sync.WaitGroup
Mining bool 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