diff options
| author | Gavin Andresen <[email protected]> | 2012-05-19 05:45:50 -0700 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-05-19 05:45:50 -0700 |
| commit | 23e5c5b11a746be74430eae103fd2cd866ce6bea (patch) | |
| tree | aa60f1eae07cf2d28a6b5357c38087710aa176a5 /src/wallet.cpp | |
| parent | Merge pull request #1362 from laanwj/2012_05_debugwindowicon2 (diff) | |
| parent | change strings to Bitcoin (uppercase), where it is used as a noun and update ... (diff) | |
| download | discoin-23e5c5b11a746be74430eae103fd2cd866ce6bea.tar.xz discoin-23e5c5b11a746be74430eae103fd2cd866ce6bea.zip | |
Merge pull request #1289 from Diapolo/Bitcoin_as_noun
change strings to Bitcoin (uppercase), where it is used as a noun and up...
Diffstat (limited to 'src/wallet.cpp')
| -rw-r--r-- | src/wallet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet.cpp b/src/wallet.cpp index 96dc986ed..768f9f85e 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -1251,7 +1251,7 @@ string CWallet::SendMoneyToBitcoinAddress(const CBitcoinAddress& address, int64 if (nValue + nTransactionFee > GetBalance()) return _("Insufficient funds"); - // Parse bitcoin address + // Parse Bitcoin address CScript scriptPubKey; scriptPubKey.SetBitcoinAddress(address); |