Skip to content

Commit f6cb74d

Browse files
committed
tests: update address tests for taproot multisig
1 parent 3f6b1ff commit f6cb74d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/device_tests/bitcoin/test_getaddress_segwit_native.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def test_show_multisig_taproot_3(client: Client):
244244
multisig2,
245245
script_type=messages.InputScriptType.SPENDTAPROOT,
246246
)
247-
== "tb1p8wk2er5shm22z5mqy3qn2al7gz62csw75uh4ag8wluzptgr387tqeynquu"
247+
== "tb1p8ukpttduk5snkw86cgny72vtex0qdg0met7hkmv5343dkukkzdwqxfwf0s"
248248
)
249249
assert (
250250
btc.get_address(
@@ -255,7 +255,7 @@ def test_show_multisig_taproot_3(client: Client):
255255
multisig1,
256256
script_type=messages.InputScriptType.SPENDTAPROOT,
257257
)
258-
== "tb1ph9e923j4w40nhr4v9fqz4pdn09tphdagrcx997qhe2fezgs2dqlqv9r8hl"
258+
== "tb1pkr6ylx0tfepgu2fdlhcus4c0tetzever9r8h2dsczetywxexwtjsd5j5jf"
259259
)
260260

261261

0 commit comments

Comments
 (0)