aboutsummaryrefslogtreecommitdiff
path: root/src/script/standard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/standard.h')
-rw-r--r--src/script/standard.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/script/standard.h b/src/script/standard.h
index c1c4cf4a39..1e6769782a 100644
--- a/src/script/standard.h
+++ b/src/script/standard.h
@@ -13,7 +13,6 @@
#include <util/hash_type.h>
#include <map>
-#include <optional>
#include <string>
#include <variant>
@@ -40,15 +39,6 @@ public:
static const unsigned int MAX_OP_RETURN_RELAY = 83;
/**
- * A data carrying output is an unspendable output containing data. The script
- * type is designated as TxoutType::NULL_DATA.
- *
- * Maximum size of TxoutType::NULL_DATA scripts that this node considers standard.
- * If nullopt, any size is nonstandard.
- */
-extern std::optional<unsigned> g_max_datacarrier_bytes;
-
-/**
* Mandatory script verification flags that all new blocks must comply with for
* them to be valid. (but old blocks may not comply with) Currently just P2SH,
* but in the future other flags may be added.