diff options
author | fanquake <fanquake@gmail.com> | 2019-08-19 11:39:34 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2019-08-19 11:45:28 +0800 |
commit | 17d178fb9463c195c822614eb0245188e52f8371 (patch) | |
tree | 06e76af7810a01b2e94a87489d557f1c77ebc58b | |
parent | 9c9cc2bd201afc7d519778cfcdeba5c81faa49f4 (diff) |
doc: add release-notes for getmempoolentry weight field addition
-rw-r--r-- | doc/release-notes-16647.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release-notes-16647.md b/doc/release-notes-16647.md new file mode 100644 index 0000000000..7e5539cb0d --- /dev/null +++ b/doc/release-notes-16647.md @@ -0,0 +1,3 @@ +RPC changes +----------- +`getmempoolentry` now provides a `weight` field containing the transaction weight as defined in BIP 141. |