Skip to content

Commit

Permalink
blockmanager_test: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodDaisy committed Jan 21, 2024
1 parent 896ee86 commit 47ec1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blockmanager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ func generateResponses(msgs []wire.Message,

// The start height must be set to a checkpoint height+1.
if q.StartHeight%wire.CFCheckptInterval != 1 {
return nil, fmt.Errorf("unexpexted start height %v",
return nil, fmt.Errorf("unexpected start height %v",
q.StartHeight)
}

Expand Down

0 comments on commit 47ec1af

Please sign in to comment.