mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
fuzz: cover ASMapHealthCheck
in connman target
This commit is contained in:
parent
33b0f3ae96
commit
552cae243a
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ FUZZ_TARGET(connman, .init = initialize_connman)
|
|||
(void)connman.GetTotalBytesSent();
|
||||
(void)connman.GetTryNewOutboundPeer();
|
||||
(void)connman.GetUseAddrmanOutgoing();
|
||||
(void)connman.ASMapHealthCheck();
|
||||
|
||||
connman.ClearTestNodes();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue