Rev542, Add files to hashfield on sign, Send my hashfield to connected peers on publish, Wait more time to checkModifications arrive, Test added files hashfield on sign

This commit is contained in:
HelloZeroNet 2015-11-02 22:39:19 +01:00
parent 8e710beab1
commit 3764f98673
4 changed files with 18 additions and 4 deletions

View file

@ -8,7 +8,7 @@ class Config(object):
def __init__(self, argv):
self.version = "0.3.2"
self.rev = 536
self.rev = 542
self.argv = argv
self.action = None
self.createParser()