mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-18 14:55:53 -04:00
Fix bug with unsupported case
This commit is contained in:
parent
52bdb78990
commit
58d81c2c51
@ -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…
x
Reference in New Issue
Block a user