mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-19 23:36:00 -04:00
Fix bug with wrong balance
This commit is contained in:
parent
1790dbd542
commit
b71ce2fc37
@ -321,8 +321,10 @@ class CreateOfferDataModel extends ActivatableDataModel {
|
||||
void fundFromSavingsWallet() {
|
||||
this.useSavingsWallet = true;
|
||||
updateBalance();
|
||||
if (!isWalletFunded.get())
|
||||
if (!isWalletFunded.get()) {
|
||||
this.useSavingsWallet = false;
|
||||
updateBalance();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user