diff --git a/cmd/api/handlers/tickets.go b/cmd/api/handlers/tickets.go index 20fea5b50..2bcea2963 100644 --- a/cmd/api/handlers/tickets.go +++ b/cmd/api/handlers/tickets.go @@ -109,7 +109,7 @@ func prepareTicketUpdates(ctx *config.Context, updates []ticket.TicketUpdate, ha if err != nil { return nil, err } - hash = operation.Hash + update.OperationHash = encoding.MustEncodeOperationHash(operation.Hash) } if len(hash) > 0 { update.OperationHash = encoding.MustEncodeOperationHash(hash)