aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_segwit.py
diff options
context:
space:
mode:
authorAnthony Towns <aj@erisian.com.au>2023-09-11 15:43:40 +1000
committerAnthony Towns <aj@erisian.com.au>2023-09-11 17:21:53 +1000
commit971bae9174293b79f1f29822d662b31a2ba62234 (patch)
treec307ec14de8d8f8f4b4d6518b61ff750ffe3115e /test/functional/feature_segwit.py
parentc5a63ea56f8347139bd84e1669b378ecfb234c3c (diff)
downloadbitcoin-971bae9174293b79f1f29822d662b31a2ba62234.tar.xz
rpc: Deprecate rpcserialversion=0
Diffstat (limited to 'test/functional/feature_segwit.py')
-rwxr-xr-xtest/functional/feature_segwit.py1
1 files changed, 1 insertions, 0 deletions
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",
],