mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Adjust LLMQ based InstantSend tests for new spork20
This commit is contained in:
parent
41a71fe443
commit
3e60d2d2db
@ -130,7 +130,7 @@ class AutoIXMempoolTest(DashTestFramework):
|
|||||||
print("Test old InstantSend")
|
print("Test old InstantSend")
|
||||||
self.test_auto();
|
self.test_auto();
|
||||||
|
|
||||||
self.nodes[0].spork("SPORK_2_INSTANTSEND_ENABLED", 1)
|
self.nodes[0].spork("SPORK_20_INSTANTSEND_LLMQ_BASED", 0)
|
||||||
self.wait_for_sporks_same()
|
self.wait_for_sporks_same()
|
||||||
|
|
||||||
print("Test new InstantSend")
|
print("Test new InstantSend")
|
||||||
|
@ -124,7 +124,7 @@ class AutoInstantSendTest(DashTestFramework):
|
|||||||
print("Test old InstantSend")
|
print("Test old InstantSend")
|
||||||
self.test_auto();
|
self.test_auto();
|
||||||
|
|
||||||
self.nodes[0].spork("SPORK_2_INSTANTSEND_ENABLED", 1)
|
self.nodes[0].spork("SPORK_20_INSTANTSEND_LLMQ_BASED", 0)
|
||||||
self.wait_for_sporks_same()
|
self.wait_for_sporks_same()
|
||||||
|
|
||||||
print("Test new InstantSend")
|
print("Test new InstantSend")
|
||||||
|
@ -28,7 +28,7 @@ class InstantSendTest(DashTestFramework):
|
|||||||
print("Test old InstantSend")
|
print("Test old InstantSend")
|
||||||
self.test_doublespend()
|
self.test_doublespend()
|
||||||
|
|
||||||
self.nodes[0].spork("SPORK_2_INSTANTSEND_ENABLED", 1)
|
self.nodes[0].spork("SPORK_20_INSTANTSEND_LLMQ_BASED", 0)
|
||||||
self.wait_for_sporks_same()
|
self.wait_for_sporks_same()
|
||||||
|
|
||||||
print("Test new InstantSend")
|
print("Test new InstantSend")
|
||||||
|
Loading…
Reference in New Issue
Block a user