Skip to content

Commit

Permalink
Revert "forgot some paint."
Browse files Browse the repository at this point in the history
This reverts commit ede5020.
  • Loading branch information
justinvforvendetta committed Nov 6, 2017
1 parent ede5020 commit 169339c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3507,15 +3507,15 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv)
pfrom->PushMessage("tx", ss);
}
}
if (!pushed)
if (!pushed)
vNotFound.push_back(inv);
}

// Track requests for our stuff
Inventory(inv.hash);
}

if (!vNotFound.empty()) {
if (!vNotFound.empty()) {
// Let the peer know that we didn't find what it asked for, so it doesn't
// have to wait around forever. Currently only SPV clients actually care
// about this message: it's needed when they are recursively walking the
Expand Down

0 comments on commit 169339c

Please sign in to comment.