mirror of
https://github.com/retoaccess1/haveno-reto.git
synced 2024-11-13 22:53:37 +01:00
fix trade wallet name
This commit is contained in:
parent
aaa7d59ba6
commit
623196bcb0
@ -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 New Issue
Block a user