Skip to content
Snippets Groups Projects
Commit bb41eb45 authored by oljas.jarasbaev's avatar oljas.jarasbaev
Browse files

[*] fix dag dump

parent 1ec41004
No related branches found
No related tags found
2 merge requests!1848[+] Added output of the list of addresses on which blocked, allowed, sending...,!1826Draft: [*] fix dag dump
Pipeline #44854 passed with stage
in 17 minutes and 28 seconds
......@@ -257,6 +257,7 @@ void dap_chain_datum_decree_dump_json(json_object *a_json_out, dap_chain_datum_d
? dap_enc_base58_encode_hash_to_str_static(&l_pkey_signing)
: dap_chain_hash_fast_to_str_static(&l_pkey_signing);
json_object_object_add(a_json_out, "Signing pkey fingerprint", json_object_new_string(l_pkey_signing_str));
break;
case DAP_CHAIN_DATUM_DECREE_TSD_TYPE_NODE_ADDR:
if(l_tsd->size > sizeof(dap_chain_node_addr_t)){
json_object_object_add(a_json_out, "Node addr", json_object_new_string("WRONG SIZE"));
......
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