Beispiel #1
0
 def test_get_pubkey_from_mpk(self, args, pubkey):
     assert Old_KeyStore.get_pubkey_from_mpk(*args) == pubkey
Beispiel #2
0
 def test_get_pubkey_from_mpk(self, args, pubkey_hex):
     pubkey = Old_KeyStore.get_pubkey_from_mpk(*args)
     assert pubkey.to_hex() == pubkey_hex