diff options
author | xiphon <xiphon@protonmail.com> | 2020-01-09 11:57:17 +0000 |
---|---|---|
committer | xiphon <xiphon@protonmail.com> | 2020-03-31 21:58:25 +0000 |
commit | 6d6af701ec6ebe93091ed516d2244bea166758a0 (patch) | |
tree | 3bf8f0519c468fc01395f69d931022f7f801bceb /src/rpc/core_rpc_server_commands_defs.h | |
parent | Merge pull request #6336 (diff) | |
download | monero-6d6af701ec6ebe93091ed516d2244bea166758a0.tar.xz |
cryptonote_basic: drop unused verification_context::m_not_rct field
Diffstat (limited to 'src/rpc/core_rpc_server_commands_defs.h')
-rw-r--r-- | src/rpc/core_rpc_server_commands_defs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rpc/core_rpc_server_commands_defs.h b/src/rpc/core_rpc_server_commands_defs.h index dbb1d4472..a3c187c24 100644 --- a/src/rpc/core_rpc_server_commands_defs.h +++ b/src/rpc/core_rpc_server_commands_defs.h @@ -588,7 +588,6 @@ namespace cryptonote bool too_big; bool overspend; bool fee_too_low; - bool not_rct; bool too_few_outputs; bool sanity_check_failed; @@ -603,7 +602,6 @@ namespace cryptonote KV_SERIALIZE(too_big) KV_SERIALIZE(overspend) KV_SERIALIZE(fee_too_low) - KV_SERIALIZE(not_rct) KV_SERIALIZE(too_few_outputs) KV_SERIALIZE(sanity_check_failed) END_KV_SERIALIZE_MAP() |