diff options
author | codeShark149 <rajarshi149@gmail.com> | 2020-05-24 18:28:56 +0530 |
---|---|---|
committer | gzhao408 <gzhao408@berkeley.edu> | 2020-09-15 18:01:32 -0700 |
commit | 2233a93a109b10b6fe0f5f26c2bb529c8de3dde7 (patch) | |
tree | 254b829dc0e2ed876388e4ec9f81c36c26d0cf26 /doc | |
parent | 9366a73d695136fec8de12d3942254543903c0cd (diff) |
[rpc] Return fee and vsize from testmempoolaccept
Return fee and vsize if tx would pass ATMP.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index a8bd68370d..0ce2b32c61 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -102,6 +102,9 @@ will trigger BIP 125 (replace-by-fee) opt-in. (#11413) option `-deprecatedrpc=banscore` is used. The `banscore` field will be fully removed in the next major release. (#19469) +- The `testmempoolaccept` RPC returns `vsize` and a `fee` object with the `base` fee + if the transaction passes validation. (#19940) + - The `walletcreatefundedpsbt` RPC call will now fail with `Insufficient funds` when inputs are manually selected but are not enough to cover the outputs and fee. Additional inputs can automatically be added through the |