Skip to content

Commit

Permalink
fixed a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
krypdkat committed Apr 1, 2024
1 parent 788b8cc commit 3a10e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ void qxGetEntityOrder(const char* nodeIp, int nodePort,
packet.header.setSize(sizeof(packet));
packet.header.randomizeDejavu();
packet.header.setType(RequestContractFunction::type());
packet.rcf.inputSize = sizeof(qxGetAssetOrder_input);
packet.rcf.inputSize = sizeof(qxGetEntityOrder_input);
packet.rcf.inputType = procedureNumber;
packet.rcf.contractIndex = QX_CONTRACT_INDEX;
memcpy(packet.qgeo.entity, entity, 32);
Expand Down

0 comments on commit 3a10e27

Please sign in to comment.