Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. if (!fAlreadyHave) {
  2. if (!fImporting && !fReindex) {
  3. if (inv.type == MSG_BLOCK)
  4. AddBlockToQueue(pfrom->GetId(), inv.hash);
  5. else
  6. pfrom->AskFor(inv);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement