removed node boot/validate methods, since it was using a circular reference to run a CoreService method

This commit is contained in:
Blake J. Harnden 2018-06-22 11:59:16 -07:00
parent 37517c45f4
commit 0efcd910db
6 changed files with 3 additions and 47 deletions

View file

@ -25,12 +25,6 @@ class PhysicalNode(PyCoreNode):
if start:
self.startup()
def boot(self):
self.session.services.bootnodeservices(self)
def validate(self):
self.session.services.validatenodeservices(self)
def startup(self):
with self.lock:
self.makenodedir()