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 fa0ef1f2ca
commit 9a09f17e29

View File

@@ -2760,6 +2760,8 @@ public class Wallet extends BaseTaggableObject implements Serializable, BlockCha
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");