fix link to open default monero wallet from deposit view

This commit is contained in:
woodser 2023-08-01 12:29:53 -04:00
parent a5663e1411
commit 02ba804432
3 changed files with 9 additions and 14 deletions

View file

@ -107,6 +107,7 @@ public class HavenoSetup {
private final WalletsManager walletsManager;
private final WalletsSetup walletsSetup;
private final BtcWalletService btcWalletService;
@Getter
private final XmrWalletService xmrWalletService;
private final P2PService p2PService;
private final PrivateNotificationManager privateNotificationManager;