diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2020-04-04 12:33:32 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2020-04-04 12:33:32 -0500 |
| commit | 4398facb2e5a757f13b0ac0c2edb147a2a4f820c (patch) | |
| tree | 6497f0afa88b28d2fe56a1cf507c498dd44be387 /src/rpc/daemon_handler.cpp | |
| parent | 8f59b0ed14bc0acb21f24491c0413df6234afb25 (diff) | |
| parent | 6d6af701ec6ebe93091ed516d2244bea166758a0 (diff) | |
| download | monzero-core-4398facb2e5a757f13b0ac0c2edb147a2a4f820c.tar.gz monzero-core-4398facb2e5a757f13b0ac0c2edb147a2a4f820c.tar.xz monzero-core-4398facb2e5a757f13b0ac0c2edb147a2a4f820c.zip | |
Merge pull request #6286
6d6af70 cryptonote_basic: drop unused verification_context::m_not_rct field (xiphon)
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 "; |
