forked from cerc-io/plugeth
Fixed database merge strategy to use the correct database. Due to a copy
paste fail when doing type evaluation the same database was being
iterated (chain), all others were ignored.
Removed state prefixing because {H(code): code} is stored in the same
database as the rest of the state.
|
||
|---|---|---|
| .. | ||
| downloader | ||
| fetcher | ||
| backend.go | ||
| gasprice.go | ||
| handler.go | ||
| metrics.go | ||
| peer.go | ||
| protocol_test.go | ||
| protocol.go | ||
| sync.go | ||