mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-20 02:12:00 +01:00
Fix calculation & display of Locked Funds
This commit is contained in:
parent
851bdcf9ff
commit
cea4fb30a2
@ -919,8 +919,8 @@ public abstract class Trade extends TradeModel {
|
||||
}
|
||||
|
||||
public boolean isFundsLockedIn() {
|
||||
// If no deposit tx was published we have no funds locked in
|
||||
if (!isDepositPublished()) {
|
||||
// If no deposit tx was confirmed we have no funds locked in
|
||||
if (!isDepositConfirmed()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user