From 2233a93a109b10b6fe0f5f26c2bb529c8de3dde7 Mon Sep 17 00:00:00 2001 From: codeShark149 Date: Sun, 24 May 2020 18:28:56 +0530 Subject: [rpc] Return fee and vsize from testmempoolaccept Return fee and vsize if tx would pass ATMP. --- doc/release-notes.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/release-notes.md') 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 -- cgit v1.2.3