mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-13 10:45:51 +00:00
If wallet is watching, mention this in the dump.
This commit is contained in:
parent
7f8a5ed182
commit
98b54d78c1
@ -2764,6 +2764,8 @@ public class Wallet extends BaseTaggableObject implements BlockChainListener, Pe
|
|||||||
final KeyCrypter crypter = keychain.getKeyCrypter();
|
final KeyCrypter crypter = keychain.getKeyCrypter();
|
||||||
if (crypter != null)
|
if (crypter != null)
|
||||||
builder.append(String.format("Encryption: %s%n", crypter));
|
builder.append(String.format("Encryption: %s%n", crypter));
|
||||||
|
if (isWatching())
|
||||||
|
builder.append("Wallet is watching.\n");
|
||||||
|
|
||||||
// Do the keys.
|
// Do the keys.
|
||||||
builder.append("\nKeys:\n");
|
builder.append("\nKeys:\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user