add ReceivedMustConfirm status

This commit is contained in:
Sosthene 2024-05-22 23:40:31 +02:00
parent 87ee8ac40c
commit c5ff2e2edb

View File

@ -255,6 +255,7 @@ pub enum CachedMessageStatus {
CipherWaitingTx, CipherWaitingTx,
TxWaitingCipher, TxWaitingCipher,
SentWaitingConfirmation, SentWaitingConfirmation,
ReceivedMustConfirm,
MustSpendConfirmation, MustSpendConfirmation,
Complete, Complete,
} }