Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradStaniec committed Dec 20, 2024
1 parent 224de86 commit 9e81b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babylonclient/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,6 @@ func GetMockClient() *MockBabylonClient {
}
}

func (bc *MockBabylonClient) QueryBtcLightClientTipHeight() (uint32, error) {
func (m *MockBabylonClient) QueryBtcLightClientTipHeight() (uint32, error) {
return 0, nil
}

0 comments on commit 9e81b0e

Please sign in to comment.