Skip to content

Commit

Permalink
Fix functional/wallet_importmulti.py
Browse files Browse the repository at this point in the history
  • Loading branch information
janus committed Mar 15, 2024
1 parent c049e8a commit 4000bbe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/functional/wallet_importmulti.py
Original file line number Diff line number Diff line change
Expand Up @@ -594,11 +594,11 @@ def run_test(self):
"timestamp": "now",
"range": 1},
success=True)
#for address in addresses:
# test_address(self.nodes[1],
# address,
# solvable=True,
# ismine=True)
for address in addresses:
test_address(self.nodes[1],
address,
solvable=True,
ismine=True)

self.test_importmulti({"desc": descsum_create(desc), "timestamp": "now", "range": -1},
success=False, error_code=-8, error_message='End of range is too high')
Expand Down

0 comments on commit 4000bbe

Please sign in to comment.