Pushed the wrong thing >:(

This commit is contained in:
Peter Rabbitson 2021-05-31 15:31:40 +02:00
parent c3a7b59bd1
commit b6d5b88e9f

View File

@ -547,7 +547,7 @@ func (m *Miner) mineOne(ctx context.Context, base *MiningBase) (minedBlock *type
}
tCreateBlock := build.Clock.Now()
dur := tCreateBlock.Sub(start)
dur := tCreateBlock.Sub(tStart)
parentMiners := make([]address.Address, len(base.TipSet.Blocks()))
for i, header := range base.TipSet.Blocks() {
parentMiners[i] = header.Miner