work on metadata, forward secrecy, and starting on sockets
This commit is contained in:
parent
1c2a8a2f40
commit
ee2a74380b
5 changed files with 61 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue