Remove ::fRequireStandard global

This commit is contained in:
MacroFake
2022-07-20 15:59:03 +02:00
parent fa468bdfb6
commit fa148602e6
9 changed files with 20 additions and 17 deletions

View File

@@ -100,7 +100,6 @@ extern uint256 g_best_block;
* False indicates all script checking is done on the main threadMessageHandler thread.
*/
extern bool g_parallel_script_checks;
extern bool fRequireStandard;
extern bool fCheckBlockIndex;
extern bool fCheckpointsEnabled;
/** If the tip is older than this (in seconds), the node is considered to be in initial block download. */