revert BlockDelay to 10s

This commit is contained in:
Łukasz Magiera 2019-11-05 18:41:04 +01:00
parent ebdaa3f020
commit d1b1b6f79f

View File

@ -37,7 +37,7 @@ const PaymentChannelClosingDelay = 6 * 60 * 2 // six hours
// Consensus / Network
// Seconds
const BlockDelay = 2
const BlockDelay = 10
// Seconds
const AllowableClockDrift = BlockDelay * 2