mirror of
https://github.com/monero-project/monero.git
synced 2025-08-06 05:04:32 -04:00
cryptonote_basic: drop unused verification_context::m_not_rct field
This commit is contained in:
parent
6c7d928f19
commit
6d6af701ec
6 changed files with 0 additions and 15 deletions
|
@ -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]])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue