diff options
author | Anthony Towns <aj@erisian.com.au> | 2023-09-11 15:43:40 +1000 |
---|---|---|
committer | Anthony Towns <aj@erisian.com.au> | 2023-09-11 17:21:53 +1000 |
commit | 971bae9174293b79f1f29822d662b31a2ba62234 (patch) | |
tree | c307ec14de8d8f8f4b4d6518b61ff750ffe3115e /doc | |
parent | c5a63ea56f8347139bd84e1669b378ecfb234c3c (diff) |
rpc: Deprecate rpcserialversion=0
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes-28448.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release-notes-28448.md b/doc/release-notes-28448.md new file mode 100644 index 0000000000..d3ef8cf65b --- /dev/null +++ b/doc/release-notes-28448.md @@ -0,0 +1,6 @@ +RPC +--- + +- Setting `-rpcserialversion=0` is deprecated and will be removed in + a future release. It can currently still be used by also adding + the `-deprecatedrpc=serialversion` option. (#28448) |