From d1aeac1b2e88ccf141e32434c15286eb4daa0217 Mon Sep 17 00:00:00 2001 From: joe <7436560+shade@users.noreply.github.com> Date: Sun, 3 Dec 2017 22:06:19 -0800 Subject: [PATCH] Spelling mistake in validation.cpp (#1752) Fixed! --- src/validation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/validation.cpp b/src/validation.cpp index c0cf3d7b36..d4d6270d93 100644 --- a/src/validation.cpp +++ b/src/validation.cpp @@ -3179,7 +3179,7 @@ bool CheckBlock(const CBlock& block, CValidationState& state, bool fCheckPOW, bo BOOST_FOREACH(const CTxIn& txin, tx.vin) { uint256 hashLocked; if(instantsend.GetLockedOutPointTxHash(txin.prevout, hashLocked) && hashLocked != tx.GetHash()) { - // The node which relayed this will have to swtich later, + // The node which relayed this will have to switch later, // relaying instantsend data won't help it. LOCK(cs_main); mapRejectedBlocks.insert(make_pair(block.GetHash(), GetTime()));