forked from cerc-io/plugeth
The code to compute a versioned hash was duplicated a couple times, and also had a small issue: if we ever change params.BlobTxHashVersion, it will most likely also cause changes to the actual hash computation. So it's a bit useless to have this constant in params. |
||
|---|---|---|
| .. | ||
| blobpool_test.go | ||
| blobpool.go | ||
| config.go | ||
| evictheap_test.go | ||
| evictheap.go | ||
| interface.go | ||
| limbo.go | ||
| metrics.go | ||
| priority_test.go | ||
| priority.go | ||
| slotter_test.go | ||
| slotter.go | ||