storageminer: Drop sortedSectorInfo log
This commit is contained in:
parent
e48f016b29
commit
b8f46bff26
@ -76,7 +76,6 @@ var infoCmd = &cli.Command{
|
|||||||
fmt.Printf("Proving Period: Not Proving\n")
|
fmt.Printf("Proving Period: Not Proving\n")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
sinfo, err := sectorsInfo(ctx, nodeApi)
|
sinfo, err := sectorsInfo(ctx, nodeApi)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
@ -193,9 +193,6 @@ func (p *post) runPost(ctx context.Context) error {
|
|||||||
var seed [32]byte
|
var seed [32]byte
|
||||||
copy(seed[:], p.r)
|
copy(seed[:], p.r)
|
||||||
|
|
||||||
vals := p.sortedSectorInfo()
|
|
||||||
log.Infof("SSI: %+v", vals.Values())
|
|
||||||
|
|
||||||
proof, err := p.m.sb.GeneratePoSt(p.sortedSectorInfo(), seed, faults)
|
proof, err := p.m.sb.GeneratePoSt(p.sortedSectorInfo(), seed, faults)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return xerrors.Errorf("running post failed: %w", err)
|
return xerrors.Errorf("running post failed: %w", err)
|
||||||
|
Loading…
Reference in New Issue
Block a user