From 727ea0df05ce9c14b2f60f48eb62c86fe9b4a024 Mon Sep 17 00:00:00 2001 From: "Dmitriy A. Gerasimov" <dmitriy.gerasimov@demlabs.net> Date: Thu, 14 Jan 2021 21:22:45 +0700 Subject: [PATCH] ... --- cellframe-sdk | 2 +- dist/share/configs/dapcash-node.cfg.tpl | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/cellframe-sdk b/cellframe-sdk index 05eb1d2..faa0021 160000 --- a/cellframe-sdk +++ b/cellframe-sdk @@ -1 +1 @@ -Subproject commit 05eb1d234617db6b3657518b7a0c32d1daf31814 +Subproject commit faa00212e24edcf03555d85079e97435ada559c2 diff --git a/dist/share/configs/dapcash-node.cfg.tpl b/dist/share/configs/dapcash-node.cfg.tpl index 8acf14c..79b7744 100644 --- a/dist/share/configs/dapcash-node.cfg.tpl +++ b/dist/share/configs/dapcash-node.cfg.tpl @@ -24,6 +24,7 @@ bugreport_url_enabled=false listen_address={SERVER_ADDR} listen_port_tcp={SERVER_PORT} + # Build in DNS client (need for bootstraping) [dns_client] request_timeout=10 @@ -33,6 +34,16 @@ request_timeout=10 enabled=false bootstrap_balancer=false +# Ledger defaults +[ledger] +# More debug output +debug_more=false + +# DAG defaults +[dag] +# More debug output +debug_more=false + [srv] order_signed_only=false -- GitLab