Exemplo n.º 1
0
 def test_uncompressed_test(self):
     key = wif_to_key(WALLET_FORMAT_TEST)
     assert isinstance(key, PrivateKeyTestnet)
     assert not key.is_compressed()
Exemplo n.º 2
0
 def test_uncompressed_main(self):
     key = wif_to_key(WALLET_FORMAT_MAIN)
     assert isinstance(key, PrivateKey)
     assert not key.is_compressed()