bmgr: Remove unused struct fields.
Found by structcheck.
This commit is contained in:
parent
e320330d29
commit
82cba61bad
1 changed files with 12 additions and 15 deletions
|
@ -144,9 +144,6 @@ type blockManager struct {
|
|||
requestedTxns map[chainhash.Hash]struct{}
|
||||
requestedBlocks map[chainhash.Hash]struct{}
|
||||
progressLogger *blockProgressLogger
|
||||
receivedLogBlocks int64
|
||||
receivedLogTx int64
|
||||
processingReqs bool
|
||||
syncPeer *serverPeer
|
||||
msgChan chan interface{}
|
||||
wg sync.WaitGroup
|
||||
|
|
Loading…
Reference in a new issue