diff options
author | j-berman <justinberman@protonmail.com> | 2022-08-26 16:13:19 -0700 |
---|---|---|
committer | j-berman <justinberman@protonmail.com> | 2022-09-12 21:23:08 -0600 |
commit | 864a78ee5f5db4619c093e0dfb26bd03735d9fb1 (patch) | |
tree | 75db44fd75f9a7e037ed2325c91e5f0087258991 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #8555 (diff) | |
download | monero-864a78ee5f5db4619c093e0dfb26bd03735d9fb1.tar.xz |
wallet2: check wallet compatibility with daemon's hard fork version
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; |