gofmt
This commit is contained in:
parent
51ca460f18
commit
99ecef89b8
@ -120,18 +120,18 @@ type SectorLog struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type SectorInfo struct {
|
type SectorInfo struct {
|
||||||
SectorID abi.SectorNumber
|
SectorID abi.SectorNumber
|
||||||
State SectorState
|
State SectorState
|
||||||
CommD *cid.Cid
|
CommD *cid.Cid
|
||||||
CommR *cid.Cid
|
CommR *cid.Cid
|
||||||
Proof []byte
|
Proof []byte
|
||||||
Deals []abi.DealID
|
Deals []abi.DealID
|
||||||
Ticket SealTicket
|
Ticket SealTicket
|
||||||
Seed SealSeed
|
Seed SealSeed
|
||||||
PreCommitMsg *cid.Cid
|
PreCommitMsg *cid.Cid
|
||||||
CommitMsg *cid.Cid
|
CommitMsg *cid.Cid
|
||||||
Retries uint64
|
Retries uint64
|
||||||
ToUpgrade bool
|
ToUpgrade bool
|
||||||
|
|
||||||
LastErr string
|
LastErr string
|
||||||
|
|
||||||
|
@ -154,9 +154,9 @@ func (sm *StorageMinerAPI) SectorsStatus(ctx context.Context, sid abi.SectorNumb
|
|||||||
Epoch: info.SeedEpoch,
|
Epoch: info.SeedEpoch,
|
||||||
},
|
},
|
||||||
PreCommitMsg: info.PreCommitMessage,
|
PreCommitMsg: info.PreCommitMessage,
|
||||||
CommitMsg: info.CommitMessage,
|
CommitMsg: info.CommitMessage,
|
||||||
Retries: info.InvalidProofs,
|
Retries: info.InvalidProofs,
|
||||||
ToUpgrade: sm.Miner.IsMarkedForUpgrade(sid),
|
ToUpgrade: sm.Miner.IsMarkedForUpgrade(sid),
|
||||||
|
|
||||||
LastErr: info.LastErr,
|
LastErr: info.LastErr,
|
||||||
Log: log,
|
Log: log,
|
||||||
|
Loading…
Reference in New Issue
Block a user