Skip to content

Commit

Permalink
Update timeLastMempoolReq when responding to MEMPOOL request (dashpay…
Browse files Browse the repository at this point in the history
…#1904)

This should have been part of the Bitcoin bitcoin#8080 backporting but was missed
due to manual conflict resolution.
  • Loading branch information
codablock authored and andvgal committed Dec 25, 2018
1 parent 21e1478 commit 1c3d1b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/net_processing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2791,6 +2791,7 @@ bool SendMessages(CNode* pto, CConnman& connman, const std::atomic<bool>& interr
vInv.clear();
}
}
pto->timeLastMempoolReq = GetTime();
}

// Determine transactions to relay
Expand Down

0 comments on commit 1c3d1b7

Please sign in to comment.