From 34dad95d56dbec9ccee844b3527261cf46653e76 Mon Sep 17 00:00:00 2001 From: area363 Date: Fri, 20 Dec 2024 16:50:02 +0900 Subject: [PATCH] test --- .../Commands/UserDataMigration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NineChronicles.DataProvider.Executable/Commands/UserDataMigration.cs b/NineChronicles.DataProvider.Executable/Commands/UserDataMigration.cs index 2abf4c2b..eab0f050 100644 --- a/NineChronicles.DataProvider.Executable/Commands/UserDataMigration.cs +++ b/NineChronicles.DataProvider.Executable/Commands/UserDataMigration.cs @@ -276,7 +276,7 @@ string network try { Console.WriteLine("1-1"); - var tipHash = _baseStore.IndexBlockHash(_baseChain.Id, 12803379); + var tipHash = _baseStore.IndexBlockHash(_baseChain.Id, 12803380); Console.WriteLine("1-2"); var tip = _baseStore.GetBlock((BlockHash)tipHash); Console.WriteLine("1-3");