From 971bae9174293b79f1f29822d662b31a2ba62234 Mon Sep 17 00:00:00 2001 From: Anthony Towns Date: Mon, 11 Sep 2023 15:43:40 +1000 Subject: rpc: Deprecate rpcserialversion=0 --- test/functional/feature_segwit.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/functional/feature_segwit.py') diff --git a/test/functional/feature_segwit.py b/test/functional/feature_segwit.py index 3ddf21ee5d..6c467fa613 100755 --- a/test/functional/feature_segwit.py +++ b/test/functional/feature_segwit.py @@ -89,6 +89,7 @@ class SegWitTest(BitcoinTestFramework): [ "-acceptnonstdtxn=1", "-rpcserialversion=0", + "-deprecatedrpc=serialversion", "-testactivationheight=segwit@165", "-addresstype=legacy", ], -- cgit v1.2.3