1
0

network: rm dead code; simplify

This commit is contained in:
SomberNight
2018-09-12 01:40:54 +02:00
parent ab3c3c5ed7
commit 8cd08cc0fa
2 changed files with 1 additions and 17 deletions

View File

@@ -99,7 +99,6 @@ class Blockchain(util.PrintError):
def __init__(self, config, forkpoint, parent_id):
self.config = config
self.catch_up = None # interface catching up
self.forkpoint = forkpoint
self.checkpoints = constants.net.CHECKPOINTS
self.parent_id = parent_id