mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-19 03:38:12 -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
|
@ -2036,7 +2036,7 @@ The above error message will be copied to the clipboard when you click either of
|
|||
It will make debugging easier if you include the haveno.log file by pressing "Open log file", saving a copy, and attaching it to your bug report.
|
||||
|
||||
popup.error.tryRestart=Please try to restart your application and check your network connection to see if you can resolve the issue.
|
||||
popup.error.takeOfferRequestFailed=An error occurred when someone tried to take one of your offers:\n{0}
|
||||
popup.error.takeOfferRequestFailed=An error occurred while taking an offer:\n{0}
|
||||
|
||||
error.spvFileCorrupted=An error occurred when reading the SPV chain file.\nIt might be that the SPV chain file is corrupted.\n\nError message: {0}\n\nDo you want to delete it and start a resync?
|
||||
error.deleteAddressEntryListFailed=Could not delete AddressEntryList file.\nError: {0}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue