Skip to content

Commit

Permalink
chore: removing GetHeight legacy method from 06-solomachine (#1810)
Browse files Browse the repository at this point in the history
  • Loading branch information
damiannolan authored Jul 29, 2022
1 parent d8ac28a commit d3d91ed
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions modules/light-clients/06-solomachine/misbehaviour.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,3 @@ func (sd SignatureAndData) ValidateBasic() error {

return nil
}

// TODO: Remove GetHeight()
// GetHeight implements the curret exported.Header interface, to be updated
func (misbehaviour Misbehaviour) GetHeight() exported.Height {
return nil
}

0 comments on commit d3d91ed

Please sign in to comment.