Skip to content

Commit

Permalink
Change default block protocol version for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
greymistcube committed May 14, 2024
1 parent 746faa4 commit 14db5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .Lib9c.Tests/Action/ActionContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class ActionContext : IActionContext

public long BlockIndex { get; set; }

public int BlockProtocolVersion { get; set; }
public int BlockProtocolVersion { get; set; } = BlockMetadata.CurrentProtocolVersion;

public IWorld PreviousState { get; set; }

Expand Down

0 comments on commit 14db5fd

Please sign in to comment.