• Felix Lange's avatar
    internal/ethapi: add missing output fields · b0d9f737
    Felix Lange authored
    - returned headers didn't include mixHash
    - returned transactions didn't include signature fields
    - empty transaction input was returned as "", but should be "0x"
    - returned receipts didn't include the bloom filter
    - "root" in receipts was missing 0x prefix
    b0d9f737
types_test.go 2.71 KB