diff options
| author | fanquake <[email protected]> | 2019-08-19 11:39:34 +0800 |
|---|---|---|
| committer | fanquake <[email protected]> | 2019-08-19 11:45:28 +0800 |
| commit | 17d178fb9463c195c822614eb0245188e52f8371 (patch) | |
| tree | 06e76af7810a01b2e94a87489d557f1c77ebc58b | |
| parent | qa: Add RPC tests for weight in mempool entry (diff) | |
| download | discoin-17d178fb9463c195c822614eb0245188e52f8371.tar.xz discoin-17d178fb9463c195c822614eb0245188e52f8371.zip | |
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 000000000..7e5539cb0 --- /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. |