From 24d6a811e4e4e6292134842323668485d488a845 Mon Sep 17 00:00:00 2001 From: Haruka Date: Mon, 9 Dec 2024 16:24:34 +0900 Subject: [PATCH] fix consensus v2 height --- node/mainnet/param.py | 2 +- node/testnet/param.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/node/mainnet/param.py b/node/mainnet/param.py index 4416fb1b..517a4b86 100644 --- a/node/mainnet/param.py +++ b/node/mainnet/param.py @@ -32,4 +32,4 @@ class Mainnet: restrictions_id = Field(7562506206353711030068167991213732850758501012603348777370400520506564970105) - consensus_v2_height = 2950000 \ No newline at end of file + consensus_v2_height = 2800000 \ No newline at end of file diff --git a/node/testnet/param.py b/node/testnet/param.py index b6c3988c..2c93f214 100644 --- a/node/testnet/param.py +++ b/node/testnet/param.py @@ -32,4 +32,4 @@ class Testnet: restrictions_id = Field(7562506206353711030068167991213732850758501012603348777370400520506564970105) - consensus_v2_height = 2800000 \ No newline at end of file + consensus_v2_height = 2950000 \ No newline at end of file