Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>1.0.21</Version>
Comment thread
sondreb marked this conversation as resolved.
<Version>1.0.22</Version>
<RuntimeFrameworkVersion>3.1.11</RuntimeFrameworkVersion>
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace Blockcore.Networks.City.Networks.Policies
public class CityStandardScriptsRegistry : StandardScriptsRegistry
{
// See MAX_OP_RETURN_RELAY in stratisX, <script.h>
public const int MaxOpReturnRelay = 40;
public const int MaxOpReturnRelay = 83;

// Need a network-specific version of the template list
private readonly List<ScriptTemplate> standardTemplates = new List<ScriptTemplate>
Expand Down