Skip to content

Commit

Permalink
Clean up functional/wallet_dump.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
janus committed Jul 1, 2024
1 parent 41d4b93 commit d04915e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/functional/wallet_dump.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ def run_test(self):
for _ in range(test_addr_count):
addr = self.nodes[0].getnewaddress(address_type=address_type)
vaddr = self.nodes[0].getaddressinfo(addr) # required to get hd keypath
print("vaddr",vaddr)
addrs.append(vaddr)

# Test scripts dump by adding a 1-of-1 multisig address
Expand Down

0 comments on commit d04915e

Please sign in to comment.