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,