pond: Update sealing status ids
This commit is contained in:
parent
071f05fa95
commit
77dbb67651
@ -8,16 +8,14 @@ const stateConnecting = 'connecting'
|
||||
const stateGettingToken = 'getting-token'
|
||||
|
||||
let sealCodes = [
|
||||
"Unknown",
|
||||
"AcceptingPieces",
|
||||
"Committed",
|
||||
"Committing",
|
||||
"CommittingPaused",
|
||||
"Failed",
|
||||
"FullyPacked",
|
||||
"PreCommitted",
|
||||
"Undefined",
|
||||
"Empty",
|
||||
"Packing",
|
||||
"Unsealed",
|
||||
"PreCommitting",
|
||||
"PreCommittingPaused",
|
||||
"PreCommitted",
|
||||
"Committing",
|
||||
"Proving",
|
||||
]
|
||||
|
||||
class StorageNode extends React.Component {
|
||||
|
Loading…
Reference in New Issue
Block a user