Rev2035, Dont sign same onion address multiple time

This commit is contained in:
shortcutme 2017-04-10 01:16:34 +02:00
parent fe2344ea12
commit d7db7a8060
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE
2 changed files with 5 additions and 3 deletions

View file

@ -10,7 +10,7 @@ class Config(object):
def __init__(self, argv):
self.version = "0.5.3"
self.rev = 2034
self.rev = 2035
self.argv = argv
self.action = None
self.config_file = "zeronet.conf"