Update PaymentChannelClosingDelay

This commit is contained in:
Łukasz Magiera 2019-12-10 11:52:24 +01:00
parent 3b20e9e367
commit 19e57ab3ed

View File

@ -25,7 +25,7 @@ func SupportedSectorSize(ssize uint64) bool {
// Payments // Payments
// Epochs // Epochs
const PaymentChannelClosingDelay = 6 * 60 * 2 // six hours const PaymentChannelClosingDelay = 6 * 60 * 60 / BlockDelay // six hours
// ///// // /////
// Consensus / Network // Consensus / Network