Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
riemannulus committed Dec 13, 2023
1 parent 6d7c188 commit 60fcaa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libplanet/Blockchain/BlockChain.Evaluate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public HashDigest<SHA256> DetermineBlockStateRootHash(
? evaluations.Last().OutputState
: GetAccountState(block.PreviousHash).Trie.Hash;
}
catch(Exception e)
catch (Exception e)
{
_logger.Error(e, "Failed to evaluate block #{BlockIndex}", block.Index);
throw;
Expand Down

0 comments on commit 60fcaa5

Please sign in to comment.