MERGE FIX: Prevent mainnet unit tests from thinking they have signed blocks after custom tests

This commit is contained in:
Gregory Sanders 2019-01-31 10:48:18 +00:00
parent c42c823296
commit 634e3953f6

View file

@ -147,6 +147,7 @@ public:
enforce_pak = false;
multi_data_permitted = false;
consensus.has_parent_chain = false;
g_signed_blocks = false;
/**
* The message start string is designed to be unlikely to occur in normal data.