diff --git a/src/network.rs b/src/network.rs index cd0088b..8efa290 100644 --- a/src/network.rs +++ b/src/network.rs @@ -258,9 +258,9 @@ pub enum CachedMessageStatus { FaucetComplete, CipherWaitingTx, TxWaitingCipher, - SentWaitingConfirmation, - ReceivedMustConfirm, - MustSpendConfirmation, + SentWaitingConfirmation, // we're sender and wait for commited_in to be spent + ReceivedMustConfirm, // we're receiver and we spend commited_in to sender + MustSpendConfirmation, // we're sender and we must spend confirmed_by Complete, }