We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34be122 commit d268de2Copy full SHA for d268de2
src/mappings/staking.ts
@@ -704,7 +704,6 @@ export function handleRebateCollected(event: RebateCollected): void {
704
allocation.queryFeeRebates = event.params.queryRebates
705
allocation.distributedRebates = allocation.distributedRebates.plus(event.params.queryRebates)
706
allocation.delegationFees = event.params.delegationRewards
707
- allocation.status = 'Closed'
708
allocation.save()
709
710
// Update epoch
0 commit comments