Skip to content

Commit 92ca507

Browse files
committed
scratch: marcofleon 3->4 peers
1 parent 3bdd648 commit 92ca507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/fuzz/cmpctblock.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ FUZZ_TARGET(cmpctblock, .init=initialize_cmpctblock)
144144

145145
std::vector<CNode*> peers;
146146
auto& connman = *static_cast<ConnmanTestMsg*>(setup->m_node.connman.get());
147-
for (int i = 0; i < 3; ++i) {
147+
for (int i = 0; i < 4; ++i) {
148148
peers.push_back(ConsumeNodeAsUniquePtr(fuzzed_data_provider, i).release());
149149
CNode& p2p_node = *peers.back();
150150
FillNode(fuzzed_data_provider, connman, p2p_node);

0 commit comments

Comments
 (0)