work on revising api
This commit is contained in:
parent
a20769fb68
commit
a8f8aea35f
9 changed files with 147 additions and 575 deletions
|
|
@ -49,6 +49,8 @@ class Core:
|
|||
self.peerDB = self.dataDir + 'peers.db'
|
||||
self.blockDB = self.dataDir + 'blocks.db'
|
||||
self.blockDataLocation = self.dataDir + 'blocks/'
|
||||
self.publicApiHostFile = self.dataDir + 'public-host.txt'
|
||||
self.privateApiHostFile = self.dataDir + 'private-host.txt'
|
||||
self.addressDB = self.dataDir + 'address.db'
|
||||
self.hsAddress = ''
|
||||
self.bootstrapFileLocation = 'static-data/bootstrap-nodes.txt'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue