Skip to content

Commit

Permalink
remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
jwasinger committed May 26, 2023
1 parent 3570e2e commit 6fc46c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eth/api.go
Expand Up @@ -414,7 +414,6 @@ func (api *DebugAPI) StorageRangeAt(ctx context.Context, blockNrOrHash rpc.Block
if err != nil {
return StorageRangeResult{}, err
}

_, _, statedb, release, err := api.eth.stateAtTransaction(ctx, block, txIndex, 0)
if err != nil {
return StorageRangeResult{}, err
Expand Down

0 comments on commit 6fc46c4

Please sign in to comment.