mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-02 13:37:24 +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();
|
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");
|
||||||
|
|||||||
Reference in New Issue
Block a user