Skip to content

Commit 5b9e502

Browse files
committed
scratch3, 201 not 200
1 parent 61b5fdd commit 5b9e502

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/fuzz/cmpctblock.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ FUZZ_TARGET(cmpctblock, .init=initialize_cmpctblock)
125125
FuzzedDataProvider fuzzed_data_provider(buffer.data(), buffer.size());
126126

127127
auto& g_chainman = *g_setup->m_node.chainman;
128-
if (WITH_LOCK(g_chainman.GetMutex(), return g_chainman.BlockIndex().size()) != 200 ||
128+
if (WITH_LOCK(g_chainman.GetMutex(), return g_chainman.BlockIndex().size()) != 201 ||
129129
g_setup->m_node.mempool->size() != 0) {
130130

131131
ResetChainman(*g_setup);

0 commit comments

Comments
 (0)