diff options
author | John Newbery <john@johnnewbery.com> | 2020-03-23 10:45:34 -0400 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2020-04-21 14:19:15 -0400 |
commit | 21fa0a44abe8c1b5c452e097eab20cf0ae988805 (patch) | |
tree | 4d3c982ba590833e9e949c55ec504e3b65fdc1bf /src/test/coins_tests.cpp | |
parent | 2685c214cce4b07695273503e60350e3f05fe3e2 (diff) |
[docs] use consistent naming for possible_overwrite
And other general comment improvements for adding coins.
Diffstat (limited to 'src/test/coins_tests.cpp')
-rw-r--r-- | src/test/coins_tests.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/coins_tests.cpp b/src/test/coins_tests.cpp index 638ae7d353..bae610989d 100644 --- a/src/test/coins_tests.cpp +++ b/src/test/coins_tests.cpp @@ -751,9 +751,9 @@ BOOST_AUTO_TEST_CASE(ccoins_add) /* Check AddCoin behavior, requesting a new coin from a cache view, * writing a modification to the coin, and then checking the resulting * entry in the cache after the modification. Verify behavior with the - * with the AddCoin potential_overwrite argument set to false, and to true. + * AddCoin possible_overwrite argument set to false, and to true. * - * Cache Write Result Cache Result potential_overwrite + * Cache Write Result Cache Result possible_overwrite * Value Value Value Flags Flags */ CheckAddCoin(ABSENT, VALUE3, VALUE3, NO_ENTRY , DIRTY|FRESH, false); |