From 3ad6e00b66a37b8bd77aa248beaeebc52796e6d3 Mon Sep 17 00:00:00 2001
From: Dennis <41244965+DennisAMenace@users.noreply.github.com>
Date: Tue, 23 Jun 2020 15:01:27 -0600
Subject: [PATCH] Changed the x42 MaxOpReturnRelay to 83 (#165)
---
.../Policies/x42StandardScriptsRegistry.cs | 91 ++++++++++---------
1 file changed, 46 insertions(+), 45 deletions(-)
diff --git a/src/Networks/x42/x42/Networks/Policies/x42StandardScriptsRegistry.cs b/src/Networks/x42/x42/Networks/Policies/x42StandardScriptsRegistry.cs
index 254683952..3eef59322 100644
--- a/src/Networks/x42/x42/Networks/Policies/x42StandardScriptsRegistry.cs
+++ b/src/Networks/x42/x42/Networks/Policies/x42StandardScriptsRegistry.cs
@@ -5,16 +5,17 @@
namespace x42.Networks.Policies
{
- ///
- /// Blockcore sample coin-specific standard transaction definitions.
- ///
- public class x42StandardScriptsRegistry : StandardScriptsRegistry
- {
- // See MAX_OP_RETURN_RELAY in stratisX,
- public const int MaxOpReturnRelay = 40;
-
- // Need a network-specific version of the template list
- private readonly List standardTemplates = new List
+ ///
+ /// x42 coin-specific standard transaction definitions.
+ ///
+ public class x42StandardScriptsRegistry : StandardScriptsRegistry
+ {
+ // See MAX_OP_RETURN_RELAY in Bitcoin Core,