mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
core/rawdb/eradb: remove a comment
This commit is contained in:
parent
b04157fafe
commit
d31daab1dc
1 changed files with 0 additions and 1 deletions
|
|
@ -87,7 +87,6 @@ func (db *Store) Close() {
|
||||||
|
|
||||||
// GetRawBody returns the raw body for a given block number.
|
// GetRawBody returns the raw body for a given block number.
|
||||||
func (db *Store) GetRawBody(number uint64) ([]byte, error) {
|
func (db *Store) GetRawBody(number uint64) ([]byte, error) {
|
||||||
// Lookup the table by epoch.
|
|
||||||
epoch := number / uint64(era.MaxEra1Size)
|
epoch := number / uint64(era.MaxEra1Size)
|
||||||
entry := db.getEraByEpoch(epoch)
|
entry := db.getEraByEpoch(epoch)
|
||||||
if entry.err != nil {
|
if entry.err != nil {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue