Skip to content

Commit

Permalink
Merge pull request planetarium#411 from area363/bump-libplanet
Browse files Browse the repository at this point in the history
bump libplanet
  • Loading branch information
area363 authored May 14, 2021
2 parents c3e52cf + 8b7f1ff commit c7f6b6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .Lib9c.Tests/Action/ActionContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ namespace Lib9c.Tests.Action
using System.Security.Cryptography;
using Libplanet;
using Libplanet.Action;
using Libplanet.Blocks;
using Libplanet.Tx;

public class ActionContext : IActionContext
Expand All @@ -13,6 +14,8 @@ public class ActionContext : IActionContext

public Address Miner { get; set; }

public BlockHash BlockHash { get; set; }

public long BlockIndex { get; set; }

public bool Rehearsal { get; set; }
Expand All @@ -33,6 +36,7 @@ public IActionContext GetUnconsumedContext()
Signer = Signer,
TxId = TxId,
Miner = Miner,
BlockHash = BlockHash,
BlockIndex = BlockIndex,
Rehearsal = Rehearsal,
PreviousStates = PreviousStates,
Expand Down

0 comments on commit c7f6b6e

Please sign in to comment.