]> Git Repo - VerusCoin.git/commit
For unused variables reported by pyflakes, either remove the variable,
authorDaira Hopwood <[email protected]>
Tue, 20 Jun 2017 20:20:50 +0000 (21:20 +0100)
committerDaira Hopwood <[email protected]>
Thu, 22 Jun 2017 17:09:05 +0000 (18:09 +0100)
commit811b36ba80f4a4199463eb5e7ad0cf9c288c81bb
tree3065bcc48bdf5e9daab89735b3d3eada006ffc1f
parentaff0bf7fa1b8d2ce5d7ce39afdcf4089438ea486
For unused variables reported by pyflakes, either remove the variable,
suppress the warning, or fix a bug (if the wrong variable was used).
refs #2450

Signed-off-by: Daira Hopwood <[email protected]>
15 files changed:
qa/rpc-tests/forknotify.py
qa/rpc-tests/hardforkdetection.py
qa/rpc-tests/httpbasics.py
qa/rpc-tests/maxblocksinflight.py
qa/rpc-tests/mempool_coinbase_spends.py
qa/rpc-tests/mempool_tx_input_limit.py
qa/rpc-tests/pruning.py
qa/rpc-tests/rawtransactions.py
qa/rpc-tests/receivedby.py
qa/rpc-tests/rpcbind_test.py
qa/rpc-tests/test_framework/util.py
qa/rpc-tests/txn_doublespend.py
qa/rpc-tests/wallet.py
qa/rpc-tests/wallet_nullifiers.py
qa/rpc-tests/zmq_test.py
This page took 0.027992 seconds and 4 git commands to generate.