[nit] Add some usefule comment in CachedMessageStatus
This commit is contained in:
parent
da3829509d
commit
71c616cec1
@ -258,9 +258,9 @@ pub enum CachedMessageStatus {
|
|||||||
FaucetComplete,
|
FaucetComplete,
|
||||||
CipherWaitingTx,
|
CipherWaitingTx,
|
||||||
TxWaitingCipher,
|
TxWaitingCipher,
|
||||||
SentWaitingConfirmation,
|
SentWaitingConfirmation, // we're sender and wait for commited_in to be spent
|
||||||
ReceivedMustConfirm,
|
ReceivedMustConfirm, // we're receiver and we spend commited_in to sender
|
||||||
MustSpendConfirmation,
|
MustSpendConfirmation, // we're sender and we must spend confirmed_by
|
||||||
Complete,
|
Complete,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user