Skip to content

Issue #555 Correction of RAW hexstring encoder

Gábor Szalai requested to merge ethgasz_issue_555 into master

The RAW hexstring decoder sets the last digit to 0 if

  • the length is odd
  • and FIELDORDER(msb)
  • and HEXORDER(high)

The fault caused by an "off by 1" indexing.

Signed-off-by: Gabor Szalai gabor.szalai@ericsson.com

Merge request reports