From b14e03911bb61ddd5894ac60efc4b7f132e2b992 Mon Sep 17 00:00:00 2001
From: Roman Khlopkov <roman.khlopkov@demlabs.net>
Date: Wed, 23 Sep 2020 10:02:56 +0000
Subject: [PATCH] features-4039

---
 modules/chain/include/dap_chain_ledger.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/chain/include/dap_chain_ledger.h b/modules/chain/include/dap_chain_ledger.h
index 14fd1a61bf..3eb630475f 100644
--- a/modules/chain/include/dap_chain_ledger.h
+++ b/modules/chain/include/dap_chain_ledger.h
@@ -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)
 {
    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;
 }
-- 
GitLab