aboutsummaryrefslogtreecommitdiff
path: root/src/script/standard.h
diff options
context:
space:
mode:
authorAndrew Chow <github@achow101.com>2023-08-09 05:05:22 -0400
committerAndrew Chow <github@achow101.com>2023-08-14 17:38:27 -0400
commit8bbe257bac751859a272ddf52dc0328c1b5a1ede (patch)
tree117b7b05237fbe6a57f955e700f79478fbb6df68 /src/script/standard.h
parent7a172c76d2361fc3cdf6345590e26c79a7821672 (diff)
downloadbitcoin-8bbe257bac751859a272ddf52dc0328c1b5a1ede.tar.xz
MOVEONLY: Move datacarrier defaults to policy.h
Diffstat (limited to 'src/script/standard.h')
-rw-r--r--src/script/standard.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/script/standard.h b/src/script/standard.h
index 097ab92652..53987ed244 100644
--- a/src/script/standard.h
+++ b/src/script/standard.h
@@ -16,16 +16,8 @@
#include <string>
#include <variant>
-static const bool DEFAULT_ACCEPT_DATACARRIER = true;
-
class CScript;
-/**
- * Default setting for -datacarriersize. 80 bytes of data, +1 for OP_RETURN,
- * +2 for the pushdata opcodes.
- */
-static const unsigned int MAX_OP_RETURN_RELAY = 83;
-
enum class TxoutType {
NONSTANDARD,
// 'standard' transaction types: