resend deposits confirmed messages until delivered

This commit is contained in:
woodser 2023-01-14 10:56:11 -05:00
parent cd7f176e2b
commit 435fc164b2
3 changed files with 25 additions and 8 deletions

View file

@ -1708,6 +1708,7 @@ message ProcessModel {
bytes mediated_payout_tx_signature = 18;
int64 buyer_payout_amount_from_mediation = 19;
int64 seller_payout_amount_from_mediation = 20;
bool deposits_confirmed_messages_delivered = 21;
string maker_signature = 1001;
TradingPeer maker = 1002;