eth: drop leftover from previous nonce protection scheme

This commit is contained in:
Péter Szilágyi
2017-07-05 16:53:40 +03:00
parent 48ee7f9de7
commit 4c1d0b164b
2 changed files with 0 additions and 23 deletions

View File

@ -63,7 +63,6 @@ type Ethereum struct {
stopDbUpgrade func() // stop chain db sequential key upgrade
// Handlers
txPool *core.TxPool
txMu sync.Mutex
blockchain *core.BlockChain
protocolManager *ProtocolManager
lesServer LesServer