eth: remove unused Ethereum sync fields

poc8
Felix Lange 10 years ago
parent a3cd218719
commit a21b30c901
  1. 4
      eth/backend.go

@ -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…
Cancel
Save