Skip to content

Commit

Permalink
Fix missing zapwallettxes mode in wallet_hd.py functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
furszy committed Jan 18, 2021
1 parent d6d0ad9 commit 9b9c616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/wallet_hd.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def run_test(self):
assert_equal(z_add, z_add_3)
# Restart, zap, and check balance: 1 PIV * (NUM_HD_ADDS + NUM_SHIELD_ADDS) recovered from seed
self.stop_node(1)
self.start_node(1, extra_args=self.extra_args[1] + ['-zapwallettxes'])
self.start_node(1, extra_args=self.extra_args[1] + ['-zapwallettxes=1'])
assert_equal(self.nodes[1].getbalance(), NUM_HD_ADDS + NUM_SHIELD_ADDS)

if __name__ == '__main__':
Expand Down

0 comments on commit 9b9c616

Please sign in to comment.