revert BlockDelay to 10s
This commit is contained in:
parent
ebdaa3f020
commit
d1b1b6f79f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user