Revert BlockDelay to 10s
This commit is contained in:
parent
e89d393e81
commit
47b5420615
@ -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