Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
area363 committed Dec 23, 2024
1 parent 3fb3a0f commit 72c4354
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ public void Migration(
try
{
Console.WriteLine("1-1");
var tipHash = _baseStore.IndexBlockHash(_baseChain.Id, 12803380);
var tipHash = _baseStore.IndexBlockHash(_baseChain.Id, 12845830);
Console.WriteLine("1-2");
var tip = _baseStore.GetBlock((BlockHash)tipHash);
Console.WriteLine("1-3");
Expand Down

0 comments on commit 72c4354

Please sign in to comment.