mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +00:00
tests: note on missing native p2wsh test
This commit is contained in:
parent
16072d7011
commit
fb7a315208
@ -122,6 +122,9 @@ class TestAddress(unittest.TestCase):
|
||||
address = address_multisig_p2wsh_in_p2sh(pubkeys, 2, coin.address_type_p2sh)
|
||||
self.assertEqual(address, '2MsZ2fpGKUydzY62v6trPHR8eCx5JTy1Dpa')
|
||||
|
||||
# def test_multisig_address_p2wsh(self):
|
||||
# todo couldn't find test data
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
Loading…
Reference in New Issue
Block a user