From 15fa95d7e576041a20d47907356a2be5a327b4ca Mon Sep 17 00:00:00 2001 From: fsb4000 Date: Mon, 28 Nov 2016 15:19:05 +0700 Subject: Fix some typos --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 6bb81fab2..067b39410 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4974,7 +4974,7 @@ void static ProcessGetData(CNode* pfrom, const Consensus::Params& consensusParam else if (inv.type == MSG_CMPCT_BLOCK) { // If a peer is asking for old blocks, we're almost guaranteed - // they wont have a useful mempool to match against a compact block, + // they won't have a useful mempool to match against a compact block, // and we don't feel like constructing the object for them, so // instead we respond with the full, non-compact block. bool fPeerWantsWitness = State(pfrom->GetId())->fWantsCmpctWitness; -- cgit v1.2.3