Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Nov 6, 2024
1 parent 1b7739c commit 6e49425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbo/jsonrpc/debug_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ func (api *PrivateDebugAPIImpl) GetModifiedAccountsByNumber(ctx context.Context,
if err != nil {
return nil, err
}
endTxNum, err := txNumsReader.Min(tx, endNum-1)
endTxNum, err := txNumsReader.Min(tx, endNum)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 6e49425

Please sign in to comment.