mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-19 21:28:46 -04:00
handle errors initializing trade after deposits requested
offer remains valid until trade initialized delete maker and taker trades on error after deposits requested schedule trade deletion if unfunded after timeout or startup DepositResponse supports error message to confirm failure show deposit tx ids in trade details window
This commit is contained in:
parent
646380bc7a
commit
308f6e8077
10 changed files with 111 additions and 33 deletions
|
@ -344,6 +344,7 @@ message DepositResponse {
|
|||
PubKeyRing pub_key_ring = 3;
|
||||
string uid = 4;
|
||||
int64 current_date = 5;
|
||||
string error_message = 6;
|
||||
}
|
||||
|
||||
message DepositsConfirmedMessage {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue