Browse Source

fix bug 695, and kv config

tags/1.6.3
zhangshuang53 2 years ago
parent
commit
bd1960910e
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      core
  2. +1
    -1
      deploy/deploy-peer/src/main/resources/config/init/ledger.init

+ 1
- 1
core

@@ -1 +1 @@
Subproject commit 7cb935bfa23c6e8474bd12f19e6f8dee814e8a47
Subproject commit 337f2dd2835f66c1c4a4255b95fd67569d515d50

+ 1
- 1
deploy/deploy-peer/src/main/resources/config/init/ledger.init View File

@@ -14,7 +14,7 @@ root-ca-path=
created-time=2019-08-01 14:26:58.069+0800

#账本数据底层结构,分为:MERKLE_TREE, KV两种,默认MERKLE_TREE
ledger.data.structure=MERKLE_TREE
ledger.data.structure=KV

#-----------------------------------------------
# 初始的角色名称列表;可选项;


Loading…
Cancel
Save