Skip to content

Commit

Permalink
Update get_actions.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
igorls committed Sep 22, 2022
1 parent 91b6da1 commit f7a18b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/routes/v1-history/get_actions/get_actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f7a18b5

Please sign in to comment.