aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2020-01-09 11:57:17 +0000
committerxiphon <xiphon@protonmail.com>2020-03-31 21:58:25 +0000
commit6d6af701ec6ebe93091ed516d2244bea166758a0 (patch)
tree3bf8f0519c468fc01395f69d931022f7f801bceb /src/wallet/wallet2.cpp
parentMerge pull request #6336 (diff)
downloadmonero-6d6af701ec6ebe93091ed516d2244bea166758a0.tar.xz
cryptonote_basic: drop unused verification_context::m_not_rct field
Diffstat (limited to 'src/wallet/wallet2.cpp')
-rw-r--r--src/wallet/wallet2.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp
index 6d2fff17b..def6ac3ed 100644
--- a/src/wallet/wallet2.cpp
+++ b/src/wallet/wallet2.cpp
@@ -240,8 +240,6 @@ namespace
add_reason(reason, "overspend");
if (res.fee_too_low)
add_reason(reason, "fee too low");
- if (res.not_rct)
- add_reason(reason, "tx is not ringct");
if (res.sanity_check_failed)
add_reason(reason, "tx sanity check failed");
if (res.not_relayed)