Skip to content

Commit

Permalink
Adjust LLMQ based InstantSend tests for new spork20
Browse files Browse the repository at this point in the history
  • Loading branch information
codablock committed Mar 7, 2019
1 parent 41a71fe commit 3e60d2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion qa/rpc-tests/autoix-mempool.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def run_test(self):
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")
Expand Down
2 changes: 1 addition & 1 deletion qa/rpc-tests/p2p-autoinstantsend.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def run_test(self):
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")
Expand Down
2 changes: 1 addition & 1 deletion qa/rpc-tests/p2p-instantsend.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def run_test(self):
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")
Expand Down

0 comments on commit 3e60d2d

Please sign in to comment.