update dip4-coinbasemerkalroots.py and llmq-is-cl-conflicts.py

Signed-off-by: Pasta <Pasta@dash.org>
This commit is contained in:
Pasta 2019-05-20 12:01:39 -05:00
parent 7fd979cc0e
commit c37008a450
No known key found for this signature in database
GPG Key ID: 0B8EB7A31A44D9C6
2 changed files with 4 additions and 4 deletions

View File

@ -16,9 +16,9 @@ Checks DIP4 merkle roots in coinbases
'''
class TestNode(SingleNodeConnCB):
class TestNode(NodeConnCB):
def __init__(self):
SingleNodeConnCB.__init__(self)
super().__init__()
self.last_mnlistdiff = None
def on_mnlistdiff(self, conn, message):

View File

@ -15,9 +15,9 @@ Checks conflict handling between ChainLocks and InstantSend
'''
class TestNode(SingleNodeConnCB):
class TestNode(NodeConnCB):
def __init__(self):
SingleNodeConnCB.__init__(self)
super().__init__()
self.clsigs = {}
self.islocks = {}