QUIC/Node: Set mainnet cut over time

This commit is contained in:
Bruce Riley 2023-11-27 08:33:44 -06:00 committed by Evan Gray
parent 05d7151007
commit 21a1129049
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import (
)
// The format of this time is very picky. Please use the exact format specified by cutOverFmtStr!
const mainnetCutOverTimeStr = ""
const mainnetCutOverTimeStr = "2024-01-16T15:00:00-0000"
const testnetCutOverTimeStr = "2023-11-07T14:00:00-0000"
const devnetCutOverTimeStr = "2022-12-31T23:59:59-0000"
const cutOverFmtStr = "2006-01-02T15:04:05-0700"