• F
    core/types: encode receipt status in PostState field · ad16aeb0
    Felix Lange 提交于
    This fixes a regression where the new Failed field in ReceiptForStorage
    rejected previously stored receipts. Fix it by removing the new field
    and store status in the PostState field. This also removes massive RLP
    hackery around the status field.
    ad16aeb0
receipt.go 6.1 KB