Rev4074, Fix Ecdsa functions in cryptmessage plugin

This commit is contained in:
shortcutme 2019-04-20 09:48:56 +02:00
parent d7d75a1fe8
commit 4bfd4bd714
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE
2 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ class Config(object):
def __init__(self, argv):
self.version = "0.7.0"
self.rev = 4073
self.rev = 4074
self.argv = argv
self.action = None
self.pending_changes = {}