aboutsummaryrefslogtreecommitdiff
path: root/src/validation.h
diff options
context:
space:
mode:
authorMacroFake <falke.marco@gmail.com>2022-07-20 15:59:03 +0200
committerMacroFake <falke.marco@gmail.com>2022-08-02 15:23:24 +0200
commitfa148602e67fe035b1b21eff6c0b656919ac2d45 (patch)
tree603358f5030d2335df4b0df648fbcae2aa5353c2 /src/validation.h
parentfa468bdfb62dec286cb977db78d3e47b64dafeba (diff)
downloadbitcoin-fa148602e67fe035b1b21eff6c0b656919ac2d45.tar.xz
Remove ::fRequireStandard global
Diffstat (limited to 'src/validation.h')
-rw-r--r--src/validation.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/validation.h b/src/validation.h
index 9fef69799b..df9146852f 100644
--- a/src/validation.h
+++ b/src/validation.h
@@ -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. */