Skip to content

Commit

Permalink
signTx4
Browse files Browse the repository at this point in the history
  • Loading branch information
cedelavergne-ledger committed Dec 11, 2024
1 parent 556eee2 commit 8831c2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_signTx.py
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,9 @@ def _signTx_setCertificates(firmware: Firmware,
if len(certificate.params.poolOwners) <= 1 and len(certificate.params.relays) <= 1 and \
certificate.params.metadata is not None:
moves += [NavInsID.TAPPABLE_CENTER_TAP]
elif len(certificate.params.poolOwners) == 2 and len(certificate.params.relays) == 1 and \
firmware == Firmware.STAX:
moves += [NavInsID.TAPPABLE_CENTER_TAP]
with client.sign_tx_cert_pool_reg_metadata(certificate.params.metadata):
navigator.navigate(moves)
# Check the status (Asynchronous)
Expand Down

0 comments on commit 8831c2a

Please sign in to comment.