Skip to content

Commit

Permalink
fix RewardGoldTest
Browse files Browse the repository at this point in the history
  • Loading branch information
area363 committed Nov 9, 2023
1 parent e5b1772 commit fefa247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .Lib9c.Tests/Action/RewardGoldTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ void AssertMinerReward(int blockIndex, string expected)
public async Task Genesis_StateRootHash(bool mainnet)
{
BlockPolicySource blockPolicySource = new BlockPolicySource();
NCStagePolicy stagePolicy = new NCStagePolicy(default, 2);
IStagePolicy stagePolicy = new VolatileStagePolicy();
IBlockPolicy policy = blockPolicySource.GetPolicy();
Block genesis;
if (mainnet)
Expand Down

0 comments on commit fefa247

Please sign in to comment.