pull/130/head
jMyles 2017-11-21 22:12:27 -08:00
parent 5f4b5f5cca
commit a3b9960fbd
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ class Keypair(object):
return SigningKeypair(privkey=key)
else:
raise ValueError("Unable to determine which type of keypair this is - keypair_byte was {}".format(keypair_byte))
assert False
class EncryptingKeypair(Keypair):