diff --git a/qa/rpc-tests/autoix-mempool.py b/qa/rpc-tests/autoix-mempool.py index f79fe772a7..a8be9a321f 100755 --- a/qa/rpc-tests/autoix-mempool.py +++ b/qa/rpc-tests/autoix-mempool.py @@ -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") diff --git a/qa/rpc-tests/p2p-autoinstantsend.py b/qa/rpc-tests/p2p-autoinstantsend.py index 31f97ce50f..bf930b921a 100755 --- a/qa/rpc-tests/p2p-autoinstantsend.py +++ b/qa/rpc-tests/p2p-autoinstantsend.py @@ -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") diff --git a/qa/rpc-tests/p2p-instantsend.py b/qa/rpc-tests/p2p-instantsend.py index 45ecfd3b2a..9653919196 100755 --- a/qa/rpc-tests/p2p-instantsend.py +++ b/qa/rpc-tests/p2p-instantsend.py @@ -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")