aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
diff options
context:
space:
mode:
authorAmiti Uttarwar <amiti@uttarwar.org>2021-08-03 09:25:38 -0700
committerAmiti Uttarwar <amiti@uttarwar.org>2021-08-04 12:36:22 -0700
commitaa79c912608fdc77c69dd43653aa87f1f34e01dd (patch)
treef77819b3e0746c6b2614f1b228eaa8087311effb /src/wallet
parenteaf09bda4ab21f79f89822d2c6fa3d7a3ce57b0d (diff)
downloadbitcoin-aa79c912608fdc77c69dd43653aa87f1f34e01dd.tar.xz
[docs] Add release notes for #21528
And fix a typo in the test.
Diffstat (limited to 'src/wallet')
-rw-r--r--src/wallet/test/spend_tests.cpp2
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));
}