@ -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
}