Revert BlockDelay to 10s

This commit is contained in:
Łukasz Magiera 2019-11-09 00:26:53 +01:00
parent e89d393e81
commit 47b5420615

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