From 2958ab6561aadcc609d089a931a76175552fbffc Mon Sep 17 00:00:00 2001 From: Evgeniy Kramsakov <sobiegrus@gmail.com> Date: Mon, 29 Aug 2022 12:50:11 +0300 Subject: [PATCH] [*] move hotfix from master to develop, just again. Change lenght of 256-value --- modules/common/include/dap_chain_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common/include/dap_chain_common.h b/modules/common/include/dap_chain_common.h index 6362a96e69..a983ced719 100644 --- a/modules/common/include/dap_chain_common.h +++ b/modules/common/include/dap_chain_common.h @@ -45,7 +45,7 @@ #define DATOSHI_LD 1000000000.0L // Deprecated #define DATOSHI_DEGREE 18 -#define DATOSHI_POW 38 +#define DATOSHI_POW 39 #define DATOSHI_POW256 (DATOSHI_POW * 2) // Chain ID of the whole system -- GitLab