aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMiguel Herranz <miguel@ipglider.org>2018-04-17 20:17:13 +0200
committerfanquake <fanquake@gmail.com>2019-03-24 12:01:43 +0800
commite16b6a71880052a6f7a368d8357901b0460abaef (patch)
treeeebf6340c95f3f38966e2538909ded35dd57b213 /doc
parent7b13c646457980f44599412f243694fa682a1abf (diff)
downloadbitcoin-e16b6a71880052a6f7a368d8357901b0460abaef.tar.xz
rpc: Rename size to vsize in mempool related calls
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-15637.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release-notes-15637.md b/doc/release-notes-15637.md
new file mode 100644
index 0000000000..048d5e7218
--- /dev/null
+++ b/doc/release-notes-15637.md
@@ -0,0 +1,3 @@
+RPC changes
+-----------
+In getmempoolancestors, getmempooldescendants, getmempoolentry and getrawmempool RPCs, to be consistent with the returned value and other RPCs such as getrawtransaction, vsize has been added and size is now deprecated. size will only be returned if bitcoind is started with `-deprecatedrpc=size`. \ No newline at end of file