diff options
author | Amiti Uttarwar <amiti@uttarwar.org> | 2021-08-03 09:25:38 -0700 |
---|---|---|
committer | Amiti Uttarwar <amiti@uttarwar.org> | 2021-08-04 12:36:22 -0700 |
commit | aa79c912608fdc77c69dd43653aa87f1f34e01dd (patch) | |
tree | f77819b3e0746c6b2614f1b228eaa8087311effb /src | |
parent | eaf09bda4ab21f79f89822d2c6fa3d7a3ce57b0d (diff) |
[docs] Add release notes for #21528
And fix a typo in the test.
Diffstat (limited to 'src')
-rw-r--r-- | src/wallet/test/spend_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/test/spend_tests.cpp b/src/wallet/test/spend_tests.cpp index 66e7de4273..8821f680b3 100644 --- a/src/wallet/test/spend_tests.cpp +++ b/src/wallet/test/spend_tests.cpp @@ -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)); } |