Skip to content

Commit

Permalink
Removed wrong indent
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-key authored Oct 31, 2017
1 parent 8cf87fb commit e8377c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/net_processing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2732,8 +2732,8 @@ bool ProcessMessages(CNode* pfrom, CConnman& connman, const std::atomic<bool>& i
if (pfrom->nVersion == 0 &&
memcmp(msg.hdr.pchMessageStart, chainparams.MessageStart(),
CMessageHeader::MESSAGE_START_SIZE) == 0) {
pfrom->fUsesGoldMagic = true;
}
pfrom->fUsesGoldMagic = true;
}

// Scan for message start
if (memcmp(msg.hdr.pchMessageStart, pfrom->GetMagic(chainparams), CMessageHeader::MESSAGE_START_SIZE) != 0) {
Expand Down

0 comments on commit e8377c9

Please sign in to comment.