Skip to content

Commit

Permalink
fix: remove unused comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cosinlink committed Jan 25, 2024
1 parent 57ee5a9 commit 1740da6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion state/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ func (store dbStore) Save(state State) error {
return store.save(state, stateKey)
}

// [243 5vals] ==state243(4 vals)=> [244 4vals] => [245 4vals]
func (store dbStore) save(state State, key []byte) error {
// state.LastBlockHeight == 242
// nextHeight == 243
Expand Down

0 comments on commit 1740da6

Please sign in to comment.