Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Jul 10, 2024
1 parent ae5036c commit 70caf94
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 @@ -160,7 +160,7 @@ func (k Keeper) SettleSessionAccounting(
}
if err = cosmostypes.UnwrapSDKContext(ctx).EventManager().EmitTypedEvent(applicationOverservicedEvent); err != nil {
return tokenomicstypes.ErrTokenomicsApplicationOverserviced.Wrapf(
"application address: %; expected burn %s; effective burn: %s",
"application address: %s; expected burn %s; effective burn: %s",
application.GetAddress(),
settlementAmt.String(),
application.GetStake().String(),
Expand Down

0 comments on commit 70caf94

Please sign in to comment.