mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-14 09:25:37 -04:00
delete backup wallets ~5 days after trade wallet
This commit is contained in:
parent
df27902577
commit
7383ece7b3
3 changed files with 35 additions and 7 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue