refactor trade protocol error handling and wallet deletion

This commit is contained in:
woodser 2024-05-05 15:20:35 -04:00
parent b034ac8c13
commit 6fb846d783
10 changed files with 233 additions and 205 deletions

View file

@ -1558,7 +1558,7 @@ message ProcessModel {
bytes mediated_payout_tx_signature = 15; // placeholder if mediation used in future
int64 buyer_payout_amount_from_mediation = 16;
int64 seller_payout_amount_from_mediation = 17;
int64 delete_backups_height = 18;
int64 trade_protocol_error_height = 18;
string trade_fee_address = 19;
}