Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

fix(core): encode absent tx access_list correctly #1137

Merged
merged 1 commit into from
Apr 13, 2022

Commits on Apr 12, 2022

  1. fix(core): encode absent tx access_list correctly

    The optional access list on `Transaction` was being incorrectly encoded
    as an empty string (0x80) when omitted, when it should be encoded as an
    empty list (0xc0).
    
    Fixes gakonst#1134.
    michaelsproul committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    c51ed18 View commit details
    Browse the repository at this point in the history