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/daemon_handler.cpp | |
| parent | 6c7d928f19b57e0e26ce580adf105d476a8760f2 (diff) | |
| download | monzero-core-6d6af701ec6ebe93091ed516d2244bea166758a0.tar.gz monzero-core-6d6af701ec6ebe93091ed516d2244bea166758a0.tar.xz monzero-core-6d6af701ec6ebe93091ed516d2244bea166758a0.zip | |
cryptonote_basic: drop unused verification_context::m_not_rct field
Diffstat (limited to 'src/rpc/daemon_handler.cpp')
| -rw-r--r-- | src/rpc/daemon_handler.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/rpc/daemon_handler.cpp b/src/rpc/daemon_handler.cpp index 125688ba5..7292176b4 100644 --- a/src/rpc/daemon_handler.cpp +++ b/src/rpc/daemon_handler.cpp @@ -410,11 +410,6 @@ namespace rpc if (!res.error_details.empty()) res.error_details += " and "; res.error_details += "fee too low"; } - if (tvc.m_not_rct) - { - if (!res.error_details.empty()) res.error_details += " and "; - res.error_details += "tx is not ringct"; - } if (tvc.m_too_few_outputs) { if (!res.error_details.empty()) res.error_details += " and "; |
