Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck committed Oct 7, 2024
1 parent 71bc34c commit 164d835
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions eth/rlp/writer.nim
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,6 @@ func clear*(w: var RlpWriter) =
proc encode*[T](v: T): seq[byte] =
mixin append

when T is SomeUnsignedInt:
{.warning: "here".}

var writer = initRlpWriter()
writer.append(v)
move(writer.finish)
Expand Down

0 comments on commit 164d835

Please sign in to comment.