mempool: Remove unused field from test struct.

This commit is contained in:
Dave Collins 2021-03-12 16:45:55 -06:00
parent 0cb90f08de
commit 7023938846
No known key found for this signature in database
GPG Key ID: B8904D9D9C93D1F2

View File

@ -41,16 +41,15 @@ const (
// transactions to be appear as though they are spending completely valid utxos.
type fakeChain struct {
sync.RWMutex
nextStakeDiff int64
utxos *blockchain.UtxoViewpoint
utxoTimes map[wire.OutPoint]int64
blocks map[chainhash.Hash]*dcrutil.Block
currentHash chainhash.Hash
currentHeight int64
medianTime time.Time
scriptFlags txscript.ScriptFlags
acceptSeqLocks bool
tspendMined map[chainhash.Hash]struct{}
nextStakeDiff int64
utxos *blockchain.UtxoViewpoint
utxoTimes map[wire.OutPoint]int64
blocks map[chainhash.Hash]*dcrutil.Block
currentHash chainhash.Hash
currentHeight int64
medianTime time.Time
scriptFlags txscript.ScriptFlags
tspendMined map[chainhash.Hash]struct{}
}
// NextStakeDifficulty returns the next stake difficulty associated with the