File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -103,8 +103,6 @@ priority = true
103103use_libconsensus = false
104104# The maximum reorganization depth, defaults to 256 (0 for unlimited).
105105reorganization_limit = 256
106- # The block version for block creation and transaction pool validation, defaults to 4.
107- block_version = 4
108106# A hash:height checkpoint, multiple entries allowed, defaults shown.
109107checkpoint = 000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f:0
110108checkpoint = 0000000069e244f73d78e8fd29ba2fd2ed618bd6fa2ee92559f542fdb26e7c1d:11111
Original file line number Diff line number Diff line change @@ -346,11 +346,6 @@ options_metadata parser::load_settings()
346346 value<uint32_t >(&configured.chain .reorganization_limit ),
347347 " The maximum reorganization depth, defaults to 256 (0 for unlimited)."
348348 )
349- (
350- " blockchain.block_version" ,
351- value<uint32_t >(&configured.chain .block_version ),
352- " The block version for block creation and transaction pool validation, defaults to 4."
353- )
354349 (
355350 " blockchain.checkpoint" ,
356351 value<config::checkpoint::list>(&configured.chain .checkpoints ),
You can’t perform that action at this time.
0 commit comments