Set SignedBlocksWindow to 10000 per @zmanian instructions
This commit is contained in:
parent
a56117ee74
commit
0b2bf8f3a0
|
@ -66,8 +66,8 @@ var (
|
|||
// TODO Temporarily set to five minutes for testnets
|
||||
defaultDoubleSignUnbondDuration int64 = 60 * 5
|
||||
|
||||
// TODO Temporarily set to 1000 blocks for testnets
|
||||
defaultSignedBlocksWindow int64 = 1000
|
||||
// TODO Temporarily set to 10000 blocks for testnets
|
||||
defaultSignedBlocksWindow int64 = 10000
|
||||
|
||||
// TODO Temporarily set to 10 minutes for testnets
|
||||
defaultDowntimeUnbondDuration int64 = 60 * 10
|
||||
|
|
Loading…
Reference in New Issue