Skip to content

Commit 634e395

Browse files
committed
MERGE FIX: Prevent mainnet unit tests from thinking they have signed blocks after custom tests
1 parent c42c823 commit 634e395

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/chainparams.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ class CMainParams : public CChainParams {
147147
enforce_pak = false;
148148
multi_data_permitted = false;
149149
consensus.has_parent_chain = false;
150+
g_signed_blocks = false;
150151

151152
/**
152153
* The message start string is designed to be unlikely to occur in normal data.

0 commit comments

Comments
 (0)