diff options
| author | MarcoFalke <[email protected]> | 2016-11-29 11:12:39 +0100 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2016-11-29 11:13:57 +0100 |
| commit | 7bd1aa566fb4a4fe194f209085649f2c722b0cff (patch) | |
| tree | 2456ea0d0cb68365b149524b4876d9b1b4828c37 /src/main.cpp | |
| parent | Merge #9219: doc: Improve windows build instructions using Linux subsystem (diff) | |
| parent | Fix some typos (diff) | |
| download | discoin-7bd1aa566fb4a4fe194f209085649f2c722b0cff.tar.xz discoin-7bd1aa566fb4a4fe194f209085649f2c722b0cff.zip | |
Merge #9233: Fix some typos
15fa95d Fix some typos (fsb4000)
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |