3
0
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:
Andreas Schildbach 2015-08-08 11:15:57 +02:00
parent 7f8a5ed182
commit 98b54d78c1

View File

@ -2764,6 +2764,8 @@ public class Wallet extends BaseTaggableObject implements BlockChainListener, Pe
final KeyCrypter crypter = keychain.getKeyCrypter();
if (crypter != null)
builder.append(String.format("Encryption: %s%n", crypter));
if (isWatching())
builder.append("Wallet is watching.\n");
// Do the keys.
builder.append("\nKeys:\n");