From f7a18b55ab8f0a0b92c67b0f326bf45415e25677 Mon Sep 17 00:00:00 2001 From: Igor Lins e Silva Date: Thu, 22 Sep 2022 13:56:58 -0300 Subject: [PATCH] Update get_actions.ts --- api/routes/v1-history/get_actions/get_actions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/routes/v1-history/get_actions/get_actions.ts b/api/routes/v1-history/get_actions/get_actions.ts index c181f204..39e32a92 100644 --- a/api/routes/v1-history/get_actions/get_actions.ts +++ b/api/routes/v1-history/get_actions/get_actions.ts @@ -328,7 +328,7 @@ async function getActions(fastify: FastifyInstance, request: FastifyRequest) { action.act.account, action.block_num ); - reqBody.hex_data = Serialize.serializeActionData( + action.act.hex_data = Serialize.serializeActionData( contract, action.act.account, action.act.name,