mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-10-10 19:43:13 +02:00
script, test: fix python linter E275 errors with flake8 5.0.4
This commit is contained in:
@@ -279,11 +279,11 @@ class WalletSendTest(BitcoinTestFramework):
|
||||
|
||||
self.log.info("Don't broadcast...")
|
||||
res = self.test_send(from_wallet=w0, to_wallet=w1, amount=1, add_to_wallet=False)
|
||||
assert(res["hex"])
|
||||
assert res["hex"]
|
||||
|
||||
self.log.info("Return PSBT...")
|
||||
res = self.test_send(from_wallet=w0, to_wallet=w1, amount=1, psbt=True)
|
||||
assert(res["psbt"])
|
||||
assert res["psbt"]
|
||||
|
||||
self.log.info("Create transaction that spends to address, but don't broadcast...")
|
||||
self.test_send(from_wallet=w0, to_wallet=w1, amount=1, add_to_wallet=False)
|
||||
|
Reference in New Issue
Block a user