mirror of
https://github.com/boldsuck/haveno.git
synced 2024-12-23 04:29:22 +00:00
fix trade wallet name
This commit is contained in:
parent
aaa7d59ba6
commit
623196bcb0
1 changed files with 1 additions and 1 deletions
|
@ -770,7 +770,7 @@ public abstract class Trade implements Tradable, Model {
|
||||||
|
|
||||||
public boolean walletExists() {
|
public boolean walletExists() {
|
||||||
synchronized (walletLock) {
|
synchronized (walletLock) {
|
||||||
return xmrWalletService.walletExists(MONERO_TRADE_WALLET_PREFIX + getId());
|
return xmrWalletService.walletExists(getWalletName());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue