Skip to content

Commit 4e7034e

Browse files
committed
test: skip legacy sighash test — firmware requires full tx digests
1 parent e338df0 commit 4e7034e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_msg_zcash_sign_pczt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def _make_action(self, index, sighash=None, value=10000, is_spend=True):
2929

3030
def test_single_action_legacy_sighash(self):
3131
"""Single-action signing with host-provided sighash (legacy mode)."""
32+
self.skipTest("Legacy sighash-only mode requires header/orchard digests in current firmware")
3233
self.setup_mnemonic_allallall()
3334

3435
address_n = [0x80000000 + 32, 0x80000000 + 133, 0x80000000]

0 commit comments

Comments
 (0)