[docs] Add release notes for #21528

And fix a typo in the test.
This commit is contained in:
Amiti Uttarwar
2021-08-03 09:25:38 -07:00
parent eaf09bda4a
commit aa79c91260
3 changed files with 6 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ BOOST_FIXTURE_TEST_CASE(SubtractFee, TestChain100Setup)
// Send full input minus more than the fee amount to recipient, check
// leftover input amount is paid to recipient not the miner (to_reduce ==
// -123). This overpays the recipient instead of overpaying the miner more
// than double the neccesary fee.
// than double the necessary fee.
BOOST_CHECK_EQUAL(fee, check_tx(fee + 123));
}