mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-26 05:48:20 +01:00
script, test: fix python linter E275 errors with flake8 5.0.4
This commit is contained in:
@@ -370,7 +370,7 @@ class BlockchainTest(BitcoinTestFramework):
|
||||
# hash_type muhash should return a different UTXO set hash.
|
||||
res6 = node.gettxoutsetinfo(hash_type='muhash')
|
||||
assert 'muhash' in res6
|
||||
assert(res['hash_serialized_2'] != res6['muhash'])
|
||||
assert res['hash_serialized_2'] != res6['muhash']
|
||||
|
||||
# muhash should not be returned unless requested.
|
||||
for r in [res, res2, res3, res4, res5]:
|
||||
|
||||
Reference in New Issue
Block a user