mirror of
https://github.com/wealdtech/ethdo.git
synced 2026-04-22 03:00:10 -04:00
A recent change for a return value going from an array to a map caused a bad indexing in to the returned data. This ensures that the value is read directly from the map rather than using a hard-coded offset.