Adjust LLMQ based InstantSend tests for new spork20

This commit is contained in:
Alexander Block 2019-03-04 13:33:34 +01:00
parent 41a71fe443
commit 3e60d2d2db
3 changed files with 3 additions and 3 deletions

View File

@ -130,7 +130,7 @@ class AutoIXMempoolTest(DashTestFramework):
print("Test old InstantSend")
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()
print("Test new InstantSend")

View File

@ -124,7 +124,7 @@ class AutoInstantSendTest(DashTestFramework):
print("Test old InstantSend")
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()
print("Test new InstantSend")

View File

@ -28,7 +28,7 @@ class InstantSendTest(DashTestFramework):
print("Test old InstantSend")
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()
print("Test new InstantSend")