mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-08-01 12:31:23 +00:00
If wallet is watching, mention this in the dump.
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user