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

Merge branch 'features-4039' into 'develop'

features-4039

See merge request !199
parents 1c8978e2 b14e0391
No related branches found
No related tags found
4 merge requests!251Master,!250Master,!200bugs-4503,!199features-4039
Pipeline #5329 passed with stage
in 31 seconds
...@@ -78,7 +78,7 @@ DAP_STATIC_INLINE dap_chain_hash_fast_t* dap_chain_node_datum_tx_calc_hash(dap_c ...@@ -78,7 +78,7 @@ DAP_STATIC_INLINE dap_chain_hash_fast_t* dap_chain_node_datum_tx_calc_hash(dap_c
DAP_STATIC_INLINE char *dap_chain_ledger_get_gdb_group(dap_ledger_t *a_ledger, const char *a_suffix) DAP_STATIC_INLINE char *dap_chain_ledger_get_gdb_group(dap_ledger_t *a_ledger, const char *a_suffix)
{ {
if (a_ledger) { if (a_ledger) {
return dap_strdup_printf("local.ledger-cahce.%s.%s", a_ledger->net_name, a_suffix); return dap_strdup_printf("local.ledger-cache.%s.%s", a_ledger->net_name, a_suffix);
} }
return NULL; return NULL;
} }
......
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