enable `--debug-propose-stale` on this research branch

This commit is contained in:
Etan Kissling 2024-03-25 21:16:37 +01:00
parent dddb8b12cc
commit 17e8a5137f
No known key found for this signature in database
GPG Key ID: B21DA824C5A3D03D
1 changed files with 1 additions and 1 deletions

View File

@ -594,7 +594,7 @@ type
proposeStale* {.
hidden
desc: "Whether or not to propose blocks on top of a stale head. May increase memory consumption"
defaultValue: false
defaultValue: true
name: "debug-propose-stale" .}: bool
terminalTotalDifficultyOverride* {.