Skip to content

Commit 9e87635

Browse files
authored
Extend OP_RETURN from 40 to 83 for City Chain (#345)
1 parent 7c06cc1 commit 9e87635

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>

src/Networks/Blockcore.Networks.City/Networks/Policies/CityStandardScriptsRegistry.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)