Skip to content

Commit

Permalink
Fix wallet_importmulti.py
Browse files Browse the repository at this point in the history
file
  • Loading branch information
janus committed Mar 10, 2024
1 parent c894101 commit 641c85a
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

2 comments on commit 641c85a

@wu-emma
Copy link
Collaborator

@wu-emma wu-emma commented on 641c85a Mar 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, @janus! Please re-check, the test is passed without this changes

@janus
Copy link
Collaborator Author

@janus janus commented on 641c85a Mar 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Than

Hello, @janus! Please re-check, the test is passed without this changes

Thanks for pointing this out. I will cross-check.

Please sign in to comment.