@@ -29,7 +29,6 @@ class TestMsgTronGetAddress(common.KeepKeyTest):
2929 def test_tron_get_address (self ):
3030 """Derive Tron address at the default path and verify format."""
3131 self .requires_firmware ("7.14.0" )
32- self .requires_message ("TronGetAddress" )
3332 self .setup_mnemonic_allallall ()
3433
3534 resp = self .client .tron_get_address (
@@ -45,7 +44,6 @@ def test_tron_get_address(self):
4544 def test_tron_different_accounts (self ):
4645 """Different derivation paths must produce different addresses."""
4746 self .requires_firmware ("7.14.0" )
48- self .requires_message ("TronGetAddress" )
4947 self .setup_mnemonic_allallall ()
5048
5149 resp_0 = self .client .tron_get_address (
@@ -78,7 +76,6 @@ def test_tron_different_accounts(self):
7876 def test_tron_deterministic (self ):
7977 """Calling get_address twice with the same path returns the same address."""
8078 self .requires_firmware ("7.14.0" )
81- self .requires_message ("TronGetAddress" )
8279 self .setup_mnemonic_allallall ()
8380
8481 resp_1 = self .client .tron_get_address (
@@ -102,7 +99,6 @@ def test_tron_show_address(self):
10299 This test only triggers the OLED display flow for screenshot capture.
103100 """
104101 self .requires_firmware ("7.14.0" )
105- self .requires_message ("TronGetAddress" )
106102 self .setup_mnemonic_allallall ()
107103
108104 resp = self .client .tron_get_address (
0 commit comments