mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01: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
Reference in a new issue