[net] Pass nRecvFloodSize to CNode

This commit is contained in:
dergoegge
2023-03-24 15:45:50 +01:00
parent 860402ef2e
commit cd0c8eeb09
5 changed files with 19 additions and 17 deletions

View File

@@ -125,7 +125,6 @@ FUZZ_TARGET_INIT(connman, initialize_connman)
std::vector<CNodeStats> stats;
connman.GetNodeStats(stats);
(void)connman.GetOutboundTargetBytesLeft();
(void)connman.GetReceiveFloodSize();
(void)connman.GetTotalBytesRecv();
(void)connman.GetTotalBytesSent();
(void)connman.GetTryNewOutboundPeer();