diff options
author | luigi1111 <luigi1111w@gmail.com> | 2022-09-15 16:23:56 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2022-09-15 16:23:56 -0500 |
commit | 0be63cffa80a66a2b76c77025b2637edb47ac571 (patch) | |
tree | 75db44fd75f9a7e037ed2325c91e5f0087258991 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #8555 (diff) | |
parent | wallet2: check wallet compatibility with daemon's hard fork version (diff) | |
download | monero-0be63cffa80a66a2b76c77025b2637edb47ac571.tar.xz |
Merge pull request #8544
864a78e wallet2: check wallet compatibility with daemon's hard fork version (j-berman)
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-rw-r--r-- | src/simplewallet/simplewallet.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index 6a9fa149d..cd8e51987 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -429,7 +429,6 @@ namespace cryptonote bool m_restore_deterministic_wallet; // recover flag bool m_restore_multisig_wallet; // recover flag bool m_non_deterministic; // old 2-random generation - bool m_allow_mismatched_daemon_version; bool m_restoring; // are we restoring, by whatever method? uint64_t m_restore_height; // optional bool m_do_not_relay; |