aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.cpp
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2012-05-19 05:45:50 -0700
committerGavin Andresen <[email protected]>2012-05-19 05:45:50 -0700
commit23e5c5b11a746be74430eae103fd2cd866ce6bea (patch)
treeaa60f1eae07cf2d28a6b5357c38087710aa176a5 /src/wallet.cpp
parentMerge pull request #1362 from laanwj/2012_05_debugwindowicon2 (diff)
parentchange strings to Bitcoin (uppercase), where it is used as a noun and update ... (diff)
downloaddiscoin-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.cpp2
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);