Skip to content

Commit fe63e2e

Browse files
committed
Signal the version anticipated by the set of configured forks.
1 parent c16cdab commit fe63e2e

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

data/bn.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ priority = true
103103
use_libconsensus = false
104104
# The maximum reorganization depth, defaults to 256 (0 for unlimited).
105105
reorganization_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.
109107
checkpoint = 000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f:0
110108
checkpoint = 0000000069e244f73d78e8fd29ba2fd2ed618bd6fa2ee92559f542fdb26e7c1d:11111

src/parser.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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),

0 commit comments

Comments
 (0)