Pushed the wrong thing >:(
This commit is contained in:
parent
c3a7b59bd1
commit
b6d5b88e9f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user