File tree Expand file tree Collapse file tree
Networks/Blockcore.Networks.City/Networks/Policies Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <Version >1.0.21 </Version >
3+ <Version >1.0.22 </Version >
44 <RuntimeFrameworkVersion >3.1.11</RuntimeFrameworkVersion >
55 <TargetFramework >netcoreapp3.1</TargetFramework >
66 <IsPackable >false</IsPackable >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ namespace Blockcore.Networks.City.Networks.Policies
1414 public class CityStandardScriptsRegistry : StandardScriptsRegistry
1515 {
1616 // See MAX_OP_RETURN_RELAY in stratisX, <script.h>
17- public const int MaxOpReturnRelay = 40 ;
17+ public const int MaxOpReturnRelay = 83 ;
1818
1919 // Need a network-specific version of the template list
2020 private readonly List < ScriptTemplate > standardTemplates = new List < ScriptTemplate >
You can’t perform that action at this time.
0 commit comments