• Jeffrey Wilcke's avatar
    eth: fixed homestead tx check · c616391d
    Jeffrey Wilcke authored
    When a block is queried for retrieval we should add a check whether the
    block falls within the frontier rules. If we'd always use `From`
    retrieving transaction might fail. This PR temporarily changes
    everything to `FromFrontier` (safe!).
    c616391d
api.go 54.9 KB