Skip to content

Commit

Permalink
feat(test): test singlesig Unchained path
Browse files Browse the repository at this point in the history
  • Loading branch information
onvej-sl committed Nov 25, 2024
1 parent 2da626f commit c09d3a4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tests/device_tests/bitcoin/test_unchained_paths.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
from trezorlib import btc, messages
from trezorlib.debuglink import TrezorClientDebugLink as Client
from trezorlib.tools import parse_path


def test_singlesig_p2wsh(client: Client):
btc.get_address(
client,
"Bitcoin",
parse_path("m/45h/0/0/0/0/0"),
script_type=messages.InputScriptType.SPENDP2SHWITNESS,
show_display=True,
)

0 comments on commit c09d3a4

Please sign in to comment.