work on metadata, forward secrecy, and starting on sockets

This commit is contained in:
Kevin Froman 2018-09-13 12:26:22 -05:00
parent 1c2a8a2f40
commit ee2a74380b
No known key found for this signature in database
GPG key ID: 0D414D0FE405B63B
5 changed files with 61 additions and 6 deletions

View file

@ -48,6 +48,7 @@ class Core:
self.torPort = torPort
self.dataNonceFile = 'data/block-nonces.dat'
self.dbCreate = dbcreator.DBCreator(self)
self.forwardKeysFile = 'data/forward-keys.db'
self.usageFile = 'data/disk-usage.txt'
self.config = config