aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_implicitsegwit.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/wallet_implicitsegwit.py')
-rwxr-xr-xtest/functional/wallet_implicitsegwit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/wallet_implicitsegwit.py b/test/functional/wallet_implicitsegwit.py
index 3ac0bbc17f..baa9bafb00 100755
--- a/test/functional/wallet_implicitsegwit.py
+++ b/test/functional/wallet_implicitsegwit.py
@@ -36,7 +36,7 @@ def check_implicit_transactions(implicit_keys, implicit_node):
pubkey = implicit_keys[a]
for b in address_types:
b_address = key_to_address(pubkey, b)
- assert(('receive', b_address) in tuple((tx['category'], tx['address']) for tx in txs))
+ assert ('receive', b_address) in tuple((tx['category'], tx['address']) for tx in txs)
class ImplicitSegwitTest(BitcoinTestFramework):
def add_options(self, parser):