delete backup wallets ~5 days after trade wallet

This commit is contained in:
woodser 2024-01-14 13:30:04 -05:00
parent df27902577
commit 7383ece7b3
3 changed files with 35 additions and 7 deletions

View file

@ -1547,6 +1547,7 @@ message ProcessModel {
bytes mediated_payout_tx_signature = 17; // placeholder if mediation used in future
int64 buyer_payout_amount_from_mediation = 18;
int64 seller_payout_amount_from_mediation = 19;
int64 delete_backups_height = 31;
}
message TradePeer {