Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
td202 committed Jan 8, 2024
1 parent 98508e6 commit 10faf9d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ catchupWithTwoBranchesResponse sProtocolVersion =
}
SBlockHashVersion1 ->
DerivableBlockHashesV1
{ dbhv1BlockResultHash = read "f36a049939054eac3e8662e4ab0310d8e12381ee2ba77a9c16fa19c205ea64b3"
{ dbhv1BlockResultHash = read "15de5c588b1eef119b2c03e7baf124deb0b3a01260ccc43cb7e470922d67c531"
}
}
TestBlocks.succeedReceiveBlock b4
Expand Down Expand Up @@ -586,7 +586,7 @@ testMakeCatchupStatus sProtocolVersion =
}
SBlockHashVersion1 ->
DerivableBlockHashesV1
{ dbhv1BlockResultHash = read "f36a049939054eac3e8662e4ab0310d8e12381ee2ba77a9c16fa19c205ea64b3"
{ dbhv1BlockResultHash = read "15de5c588b1eef119b2c03e7baf124deb0b3a01260ccc43cb7e470922d67c531"
}
}
TestBlocks.succeedReceiveBlock b4
Expand Down

0 comments on commit 10faf9d

Please sign in to comment.