|
|
@ -465,8 +465,6 @@ func getSideEffectOperationsFromUndelegationPayoutsMap( |
|
|
|
operations := []*types.Operation{} |
|
|
|
operations := []*types.Operation{} |
|
|
|
if startingOperationIndex != nil { |
|
|
|
if startingOperationIndex != nil { |
|
|
|
opIndex = *startingOperationIndex |
|
|
|
opIndex = *startingOperationIndex |
|
|
|
} else { |
|
|
|
|
|
|
|
opIndex = 0 |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
for delegator, undelegationMap := range undelegationPayouts.Data { |
|
|
|
for delegator, undelegationMap := range undelegationPayouts.Data { |
|
|
|