rpc: Rename size to vsize in mempool related calls

This commit is contained in:
Miguel Herranz
2018-04-17 20:17:13 +02:00
committed by fanquake
parent 7b13c64645
commit e16b6a7188
4 changed files with 15 additions and 9 deletions

View File

@@ -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`.