Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
chore: golang ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Nov 2, 2023
1 parent dfe7f7d commit c5e3ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/app_querier.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ func (aq *AppQuerier) QueryRecursiveHistoricalLastValsetBeforeNonce(ctx context.
if ok {
return vs, nil
}
nonce -= 1
nonce--
}
}
return nil, ErrNotFound
Expand Down

0 comments on commit c5e3ae7

Please sign in to comment.