v1.27.0-a #10
@ -165,7 +165,7 @@ func (filec *FilecoinEC) ValidateBlock(ctx context.Context, b *types.FullBlock)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if types.BigCmp(pweight, b.Header.ParentWeight) != 0 {
|
if types.BigCmp(pweight, b.Header.ParentWeight) != 0 {
|
||||||
return xerrors.Errorf("parrent weight different: %s (header) != %s (computed)",
|
return xerrors.Errorf("parent weight different: %s (header) != %s (computed)",
|
||||||
b.Header.ParentWeight, pweight)
|
b.Header.ParentWeight, pweight)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -78,7 +78,7 @@ func init() {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
// use value from environment
|
// use value from environment
|
||||||
log.Infof("migration worker cound set from %s (%d)", EnvMigrationMaxWorkerCount, mwc)
|
log.Infof("migration worker count set from %s (%d)", EnvMigrationMaxWorkerCount, mwc)
|
||||||
MigrationMaxWorkerCount = int(mwc)
|
MigrationMaxWorkerCount = int(mwc)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user