Skip to content

Commit c085077

Browse files
committed
tests: increase signtx keypool
1 parent a47f7e5 commit c085077

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_device.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,10 +335,10 @@ def _generate_and_finalize(self, unknown_inputs, psbt):
335335

336336
def _test_signtx(self, input_type, multisig, external):
337337
# Import some keys to the watch only wallet and send coins to them
338-
keypool_desc = self.do_command(self.dev_args + ['getkeypool', '--sh_wpkh', '30', '40'])
338+
keypool_desc = self.do_command(self.dev_args + ['getkeypool', '--sh_wpkh', '30', '50'])
339339
import_result = self.wrpc.importmulti(keypool_desc)
340340
self.assertTrue(import_result[0]['success'])
341-
keypool_desc = self.do_command(self.dev_args + ['getkeypool', '--sh_wpkh', '--internal', '30', '40'])
341+
keypool_desc = self.do_command(self.dev_args + ['getkeypool', '--sh_wpkh', '--internal', '30', '50'])
342342
import_result = self.wrpc.importmulti(keypool_desc)
343343
self.assertTrue(import_result[0]['success'])
344344
sh_wpkh_addr = self.wrpc.getnewaddress('', 'p2sh-segwit')

0 commit comments

Comments
 (0)