Skip to content

Commit

Permalink
tests: update address tests for taproot multisig
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtoth committed Dec 11, 2024
1 parent 3f6b1ff commit f6cb74d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/device_tests/bitcoin/test_getaddress_segwit_native.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def test_show_multisig_taproot_3(client: Client):
multisig2,
script_type=messages.InputScriptType.SPENDTAPROOT,
)
== "tb1p8wk2er5shm22z5mqy3qn2al7gz62csw75uh4ag8wluzptgr387tqeynquu"
== "tb1p8ukpttduk5snkw86cgny72vtex0qdg0met7hkmv5343dkukkzdwqxfwf0s"
)
assert (
btc.get_address(
Expand All @@ -255,7 +255,7 @@ def test_show_multisig_taproot_3(client: Client):
multisig1,
script_type=messages.InputScriptType.SPENDTAPROOT,
)
== "tb1ph9e923j4w40nhr4v9fqz4pdn09tphdagrcx997qhe2fezgs2dqlqv9r8hl"
== "tb1pkr6ylx0tfepgu2fdlhcus4c0tetzever9r8h2dsczetywxexwtjsd5j5jf"
)


Expand Down

0 comments on commit f6cb74d

Please sign in to comment.