Skip to content
Snippets Groups Projects
Commit 98140bca authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

[+] words presentation of network address, like 12334.90.134.789

parent 9d1b4e4d
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,7 @@ typedef union dap_chain_cell_id{
*/
typedef union dap_chain_node_addr{
uint64_t uint64;
uint16_t words[sizeof(uint64_t)/2];
uint8_t raw[sizeof(uint64_t)]; // Access to selected octects
} DAP_ALIGN_PACKED dap_chain_node_addr_t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment