Skip to content

Commit

Permalink
typo(SPV-1079): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dzolt-4chain committed Oct 21, 2024
1 parent 0f8e080 commit 83b9b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/testabilities/fixture_block_header_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ var MockedBHSMerkleRootsData = []models.MerkleRoot{

func simulateBHSMerkleRootsAPI(lastMerkleRoot string) (string, error) {
var response models.MerkleRootsBHSResponse
marshallResponseError := models.SPVError{StatusCode: 500, Message: "Error during marshalling BHS response", Code: "err-marchall-bhs-res"}
marshallResponseError := models.SPVError{StatusCode: 500, Message: "Error during marshaling BHS response", Code: "err-marchall-bhs-res"}

if lastMerkleRoot == "" {
response.Content = MockedBHSMerkleRootsData
Expand Down

0 comments on commit 83b9b09

Please sign in to comment.