File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ inline std::string EncodeBase58(const std::vector<unsigned char>& vch)
71
71
}
72
72
73
73
// Decode a base58-encoded string psz into byte vector vchRet
74
- // returns true if decoding is succesful
74
+ // returns true if decoding is successful
75
75
inline bool DecodeBase58 (const char * psz, std::vector<unsigned char >& vchRet)
76
76
{
77
77
CAutoBN_CTX pctx;
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ void URITests::uriTests()
59
59
QVERIFY (rv.address == QString (" 175tWpb8K1S7NmH4Zx6rewF9WQrcZv245W" ));
60
60
QVERIFY (rv.label == QString ());
61
61
62
- // We currently dont implement the message paramenter (ok, yea, we break spec...)
62
+ // We currently don't implement the message parameter (ok, yea, we break spec...)
63
63
uri.setUrl (QString (" bitcoin:175tWpb8K1S7NmH4Zx6rewF9WQrcZv245W?req-message=Wikipedia Example Address" ));
64
64
QVERIFY (!GUIUtil::parseBitcoinURI (uri, &rv));
65
65
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ int static permute(int n)
71
71
return ret;
72
72
}
73
73
74
- // Test that an mruset acts like a moving window, if no duplcate elements are added
74
+ // Test that an mruset acts like a moving window, if no duplicate elements are added
75
75
BOOST_AUTO_TEST_CASE (mruset_window)
76
76
{
77
77
mruset<int > mru (MAX_SIZE);
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ BOOST_AUTO_TEST_CASE(coin_selection_tests)
121
121
BOOST_CHECK_EQUAL (nValueRet, 10 * CENT);
122
122
BOOST_CHECK_EQUAL (setCoinsRet.size (), 1 );
123
123
124
- // now clear out the wallet and start again to test chosing between subsets of smaller coins and the next biggest coin
124
+ // now clear out the wallet and start again to test choosing between subsets of smaller coins and the next biggest coin
125
125
empty_wallet ();
126
126
127
127
add_coin ( 6 *CENT);
You can’t perform that action at this time.
0 commit comments