From 2882e03e4986531deac50fda2a4036f3b6ec4b83 Mon Sep 17 00:00:00 2001 From: Andrea Lanfranchi Date: Fri, 19 Mar 2021 19:31:58 +0100 Subject: [PATCH] Adjust comments to Buckets after PR-1556 (#1566) --- common/dbutils/bucket.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/dbutils/bucket.go b/common/dbutils/bucket.go index 9691efd580b..a535e9b5da4 100644 --- a/common/dbutils/bucket.go +++ b/common/dbutils/bucket.go @@ -151,8 +151,8 @@ var ( HeaderNumberBucket = "H" // headerNumberPrefix + hash -> num (uint64 big endian) HeaderCanonicalBucket = "canonical_headers" // block_num_u64 -> header hash - HeadersBucket = "headers" // block_num_u64 + hash -> header - HeaderTDBucket = "header_to_td" // block_num_u64 + hash + headerTDSuffix -> td + HeadersBucket = "headers" // block_num_u64 + hash -> header (RLP) + HeaderTDBucket = "header_to_td" // block_num_u64 + hash -> td (RLP) BlockBodyPrefix = "b" // block_num_u64 + hash -> block body EthTx = "eth_tx" // tbl_sequence_u64 -> rlp(tx)