diff --git a/modules/renter/contractor/contractor.go b/modules/renter/contractor/contractor.go index c789b2e59..99580fced 100644 --- a/modules/renter/contractor/contractor.go +++ b/modules/renter/contractor/contractor.go @@ -492,6 +492,7 @@ func contractorBlockingStartup(cs modules.ConsensusSet, w modules.Wallet, tp mod renewing: make(map[types.FileContractID]bool), renewedFrom: make(map[types.FileContractID]types.FileContractID), renewedTo: make(map[types.FileContractID]types.FileContractID), + numFailedRenews: make(map[types.FileContractID]types.BlockHeight), workerPool: emptyWorkerPool{}, } c.staticChurnLimiter = newChurnLimiter(c)