diff options
author | Jeff Garzik <jgarzik@exmulti.com> | 2012-08-30 19:44:57 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2012-08-30 19:44:57 -0400 |
commit | c2cd13faa4a09214c8d262f9e662edb57fc7b171 (patch) | |
tree | 76cfe2f54f5dafc8cb2fed03b864b607acaa0631 /doc | |
parent | f78fd6f397e95d5ba388eb86f69b4d4164aba31d (diff) |
release-notes.txt: mention getmemorypool removal
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/release-notes.txt b/doc/release-notes.txt index 5374847b51..babc56ff81 100644 --- a/doc/release-notes.txt +++ b/doc/release-notes.txt @@ -43,6 +43,7 @@ JSON-RPC API * Rework gettransaction, getblock calls. 'gettransaction' responds for non-wallet TXs now. * Remove deprecated RPC 'getblocknumber' +* Remove superceded RPC 'getmemorypool' (see BIP 22, above) * New blockchain checkpoint at block 193,000 * listtransactions output now displays "smart" times for transactions, and 'blocktime' and 'timereceived' fields were added |