Change order in miner sectors list
This commit is contained in:
parent
cf71f034dc
commit
a9d1ca4d83
@ -205,15 +205,15 @@ var sectorsListCmd = &cli.Command{
|
|||||||
_, inSSet := commitedIDs[s]
|
_, inSSet := commitedIDs[s]
|
||||||
_, inASet := activeIDs[s]
|
_, inASet := activeIDs[s]
|
||||||
|
|
||||||
_, _ = fmt.Fprintf(w, "%d: %s\tsSet: %s\tactive: %s\ttktH: %d\tseedH: %d\tdeals: %v\t toUpgrade:%t\n",
|
_, _ = fmt.Fprintf(w, "%d: %s\tsSet: %s\tactive: %s\ttktH: %d\tseedH: %d\ttoUpgrade: %t\tdeals: %v\n",
|
||||||
s,
|
s,
|
||||||
st.State,
|
st.State,
|
||||||
yesno(inSSet),
|
yesno(inSSet),
|
||||||
yesno(inASet),
|
yesno(inASet),
|
||||||
st.Ticket.Epoch,
|
st.Ticket.Epoch,
|
||||||
st.Seed.Epoch,
|
st.Seed.Epoch,
|
||||||
st.Deals,
|
|
||||||
st.ToUpgrade,
|
st.ToUpgrade,
|
||||||
|
st.Deals,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user