mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
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!).
This is a backport of
|
||
|---|---|---|
| .. | ||
| api | ||
| codec | ||
| comms | ||
| shared | ||
| useragent | ||
| jeth.go | ||
| xeth.go | ||