More progress on fixing storing garbage data

This commit is contained in:
Łukasz Magiera
2019-11-02 00:43:54 +01:00
parent 1dcebece71
commit 3bc4a5dddf
9 changed files with 266 additions and 36 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ const PaymentChannelClosingDelay = 6 * 60 * 2 // six hours
// Consensus / Network
// Seconds
const BlockDelay = 10
const BlockDelay = 2
// Seconds
const AllowableClockDrift = BlockDelay * 2