Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
area363 committed Dec 20, 2024
1 parent 73adad9 commit 34dad95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 34dad95

Please sign in to comment.