diff options
| author | Jeff Garzik <[email protected]> | 2012-06-30 07:25:32 -0700 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2012-06-30 07:25:32 -0700 |
| commit | eca96d71187ddd053fa3be0e9e396b4a700d9ae0 (patch) | |
| tree | c6dd915c00600006193736e72ad40cf148884e25 /src/test/wallet_tests.cpp | |
| parent | Merge pull request #1539 from cardpuncher/patch-3 (diff) | |
| parent | Fix a couple more typos (diff) | |
| download | discoin-eca96d71187ddd053fa3be0e9e396b4a700d9ae0.tar.xz discoin-eca96d71187ddd053fa3be0e9e396b4a700d9ae0.zip | |
Merge pull request #1540 from fanquake/master
Fix a Couple Typos
Diffstat (limited to 'src/test/wallet_tests.cpp')
| -rw-r--r-- | src/test/wallet_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/wallet_tests.cpp b/src/test/wallet_tests.cpp index 9b77b284e..2f6da932a 100644 --- a/src/test/wallet_tests.cpp +++ b/src/test/wallet_tests.cpp @@ -121,7 +121,7 @@ BOOST_AUTO_TEST_CASE(coin_selection_tests) BOOST_CHECK_EQUAL(nValueRet, 10 * CENT); BOOST_CHECK_EQUAL(setCoinsRet.size(), 1); - // now clear out the wallet and start again to test chosing between subsets of smaller coins and the next biggest coin + // now clear out the wallet and start again to test choosing between subsets of smaller coins and the next biggest coin empty_wallet(); add_coin( 6*CENT); |