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 /tests/functional_tests | |
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 'tests/functional_tests')
-rwxr-xr-x | tests/functional_tests/transfer.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/functional_tests/transfer.py b/tests/functional_tests/transfer.py index 3bed69b98..c3d71aa9c 100755 --- a/tests/functional_tests/transfer.py +++ b/tests/functional_tests/transfer.py @@ -256,7 +256,6 @@ class TransferTest(): assert res.too_big == False assert res.overspend == False assert res.fee_too_low == False - assert res.not_rct == False self.wallet[0].refresh() @@ -598,7 +597,6 @@ class TransferTest(): assert res.too_big == False assert res.overspend == False assert res.fee_too_low == False - assert res.not_rct == False res = daemon.get_transactions([txes[0][0]]) assert len(res.txs) >= 1 @@ -615,7 +613,6 @@ class TransferTest(): assert res.too_big == False assert res.overspend == False assert res.fee_too_low == False - assert res.not_rct == False assert res.too_few_outputs == False res = daemon.get_transactions([txes[0][0]]) |