mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-11-17 00:07:49 +00:00
remove seed from terminal
This commit is contained in:
parent
20915ac15e
commit
588270678c
1 changed files with 0 additions and 1 deletions
|
@ -427,7 +427,6 @@ public class XmrWalletService {
|
|||
}
|
||||
System.out.println("Monero wallet uri: " + wallet.getRpcConnection().getUri());
|
||||
System.out.println("Monero wallet path: " + wallet.getPath());
|
||||
System.out.println("Monero wallet seed: " + wallet.getMnemonic());
|
||||
System.out.println("Monero wallet primary address: " + wallet.getPrimaryAddress());
|
||||
System.out.println("Monero wallet height: " + wallet.getHeight());
|
||||
System.out.println("Monero wallet balance: " + wallet.getBalance(0));
|
||||
|
|
Loading…
Reference in a new issue