Skip to content
Snippets Groups Projects

features-5238

Merged Aleksey Feoktistov requested to merge features-5238-r5.1 into release-5.1
3 files
+ 13
7
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 6
0
@@ -77,6 +77,7 @@
#include "dap_chain_cs_blocks.h"
#include "dap_chain_cs_block_poa.h"
#include "dap_chain_cs_block_pos.h"
#include "dap_chain_cs_block_ton.h"
#include "dap_chain_cs_dag.h"
#include "dap_chain_cs_dag_poa.h"
#include "dap_chain_cs_dag_pos.h"
@@ -341,6 +342,11 @@ int main( int argc, const char **argv )
return -64;
}
if (dap_chain_cs_block_ton_init() != 0) {
log_it(L_CRITICAL,"Can't init dap chain blocks consensus TON module");
return -69;
}
if(dap_chain_gdb_init() != 0) {
log_it(L_CRITICAL, "Can't init dap chain gdb module");
return -71;
Loading