Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Feb 13, 2024
1 parent 6943dbd commit a82b6e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/rlp_unmarshal.go
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ func (r *rlpValues) dequeueValue() *fastrlp.Value {
if len(*r) == 0 {
return nil
}

val := (*r)[0]
*r = (*r)[1:]

Expand Down

0 comments on commit a82b6e8

Please sign in to comment.