From bbb9767de00fc79c12a4645653bc232aa566198a Mon Sep 17 00:00:00 2001
From: Dmitriy Gerasimov <naeper@demlabs.net>
Date: Tue, 21 May 2019 13:31:37 +0700
Subject: [PATCH] [*] hot fix

---
 dap_chain.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dap_chain.h b/dap_chain.h
index 52a242c..503bd74 100755
--- a/dap_chain.h
+++ b/dap_chain.h
@@ -36,7 +36,7 @@ typedef struct dap_chain dap_chain_t;
 struct dap_chain_cell;
 typedef struct dap_chain_cell dap_chain_cell_t;
 
-typedef struct dap_chain_ledger dap_chain_ledger_t;
+typedef struct dap_ledger dap_ledger_t;
 
 // Atomic element
 typedef void * dap_chain_atom_ptr_t;
@@ -79,7 +79,7 @@ typedef struct dap_chain{
     dap_chain_net_id_t net_id;
     char * name;
     char * net_name;
-    dap_chain_ledger_t * ledger; // If present - pointer to associated ledger
+    dap_ledger_t * ledger; // If present - pointer to associated ledger
     bool is_datum_pool_proc;
 
     // Nested cells (hashtab by cell_id
-- 
GitLab