Skip to content

Commit

Permalink
chore: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-forbes committed Oct 14, 2024
1 parent e772715 commit 1ef98d0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions state/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ func calcABCIResponsesKey(height int64) []byte {
return []byte(fmt.Sprintf("abciResponsesKey:%v", height))
}

func calcTimeoutsKey(height int64) []byte {
return []byte(fmt.Sprintf("consensusTimeoutsKey:%v", height))
}

//----------------------

var (
Expand Down

0 comments on commit 1ef98d0

Please sign in to comment.