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/wallet | |
parent | Merge pull request #6269 (diff) | |
parent | cryptonote_basic: drop unused verification_context::m_not_rct field (diff) | |
download | monero-4398facb2e5a757f13b0ac0c2edb147a2a4f820c.tar.xz |
Merge pull request #6286
6d6af70 cryptonote_basic: drop unused verification_context::m_not_rct field (xiphon)
Diffstat (limited to 'src/wallet')
-rw-r--r-- | src/wallet/wallet2.cpp | 2 |
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) |