diff --git a/persist/sqlite/consensus.go b/persist/sqlite/consensus.go index d70d6523..cf4584c7 100644 --- a/persist/sqlite/consensus.go +++ b/persist/sqlite/consensus.go @@ -368,7 +368,7 @@ func (s *Store) updateMaturedBalances(dbTxn txn, update consensusUpdate, height _, isApply := update.(*chain.ApplyUpdate) if !isApply { - height += 1 + height++ } rows, err := dbTxn.Query(`SELECT address, value