mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
update dip4-coinbasemerkalroots.py and llmq-is-cl-conflicts.py
Signed-off-by: Pasta <Pasta@dash.org>
This commit is contained in:
parent
7fd979cc0e
commit
c37008a450
@ -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):
|
||||
|
@ -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 = {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user