Jelajahi Sumber

Node: Update QUIC cutover time for testnet (#3463)

bruce-riley 2 tahun lalu
induk
melakukan
90b3c3736e
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      node/pkg/p2p/cutover.go

+ 1 - 1
node/pkg/p2p/cutover.go

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