Skip to content

Commit

Permalink
chore: add logs for processed refunding count (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 authored Jan 15, 2024
1 parent 80c11fe commit f5678f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions x/stake/endblock.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,10 @@ func handleRefundStake(ctx sdk.Context, sideChainPrefix []byte, k keeper.Keeper)
break
}
}
ctx.Logger().Info("handleRefundStake processed count",
"succeedCount", succeedCount,
"failedCount", failedCount,
"sideChainId", bscSideChainId)

return refundEvents
}

0 comments on commit f5678f8

Please sign in to comment.