Skip to content

Commit

Permalink
fixup: HEAD^
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Jul 16, 2024
1 parent 9c2e300 commit 3603bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/tokenomics/keeper/settle_session_accounting.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func (k Keeper) SettleSessionAccounting(
if !root.HasDigestSize(sha256.Size) {
return types.ErrTokenomicsRootHashInvalid.Wrapf(
"root hash has invalid digest size (%d), expected (%d)",
len(root), sha256.Size,
root.DigestSize(), sha256.Size,
)
}

Expand Down

0 comments on commit 3603bc5

Please sign in to comment.