rpc: Deprecate rpcserialversion=0

This commit is contained in:
Anthony Towns
2023-09-11 15:43:40 +10:00
parent c5a63ea56f
commit 971bae9174
3 changed files with 12 additions and 1 deletions

View File

@@ -89,6 +89,7 @@ class SegWitTest(BitcoinTestFramework):
[
"-acceptnonstdtxn=1",
"-rpcserialversion=0",
"-deprecatedrpc=serialversion",
"-testactivationheight=segwit@165",
"-addresstype=legacy",
],