aboutsummaryrefslogtreecommitdiff
path: root/src/wallet_ismine.cpp
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2014-11-25 18:54:36 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2014-12-16 11:24:43 +0100
commitbf7835c2713e9cc8356cd1a32bf99c40e222773b (patch)
tree3d3eb79b43e030bb312e2c1357cdf320186a3673 /src/wallet_ismine.cpp
parent2f2d3370ccec7226da83c738bca2f38dbafd403c (diff)
downloadbitcoin-bf7835c2713e9cc8356cd1a32bf99c40e222773b.tar.xz
Fix small typos in comments and error messages
Rebased-From: 67b2d819cdf6181e7f016e5366ce7479830893bd Github-Pull: #5404
Diffstat (limited to 'src/wallet_ismine.cpp')
-rw-r--r--src/wallet_ismine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet_ismine.cpp b/src/wallet_ismine.cpp
index 05dc40aaee..839f694850 100644
--- a/src/wallet_ismine.cpp
+++ b/src/wallet_ismine.cpp
@@ -74,7 +74,7 @@ isminetype IsMine(const CKeyStore &keystore, const CScript& scriptPubKey)
case TX_MULTISIG:
{
// Only consider transactions "mine" if we own ALL the
- // keys involved. multi-signature transactions that are
+ // keys involved. Multi-signature transactions that are
// partially owned (somebody else has a key that can spend
// them) enable spend-out-from-under-you attacks, especially
// in shared-wallet situations.