Hi, not sure what this line is trying to achieve, but it crashes my application when querying a node ip list.
|
memset(&result, 0, sizeof(CurrentTickInfo)); |
You can reproduce it with the following command:
qubic-cli.exe -nodeip "62.2.98.74" -getnodeiplist
Possible fix:
Simply removing the above line.
Hi, not sure what this line is trying to achieve, but it crashes my application when querying a node ip list.
qubic-cli/nodeUtils.cpp
Line 1054 in 3a10e27
You can reproduce it with the following command:
qubic-cli.exe -nodeip "62.2.98.74" -getnodeiplistPossible fix:
Simply removing the above line.