mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-09-27 12:00:59 -04:00
Fix bug with unsupported case
This commit is contained in:
parent
52bdb78990
commit
58d81c2c51
1 changed files with 1 additions and 0 deletions
|
@ -162,6 +162,7 @@ class TakeOfferModel extends UIModel {
|
|||
log.debug("trade state = " + newValue);
|
||||
switch (newValue) {
|
||||
case DEPOSIT_PUBLISHED:
|
||||
case DEPOSIT_CONFIRMED:
|
||||
transactionId.set(trade.getDepositTx().getHashAsString());
|
||||
requestTakeOfferSuccess.set(true);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue