Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Dec 9, 2024
1 parent 2b6da7a commit 0dd4430
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 @@ -397,7 +397,7 @@ func (api *PrivateDebugAPIImpl) GetRawBlock(ctx context.Context, blockNrOrHash r

// GetRawReceipts retrieves the binary-encoded receipts of a single block.
func (api *PrivateDebugAPIImpl) GetRawReceipts(ctx context.Context, blockNrOrHash rpc.BlockNumberOrHash) ([]hexutility.Bytes, error) {
tx, err := api.db.BeginRo(ctx)
tx, err := api.db.BeginTemporalRo(ctx)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 0dd4430

Please sign in to comment.