diff --git a/kv/tables.go b/kv/tables.go index c51500190..78b7f91f5 100644 --- a/kv/tables.go +++ b/kv/tables.go @@ -282,7 +282,12 @@ const ( // Proof-of-stake // Beacon chain head that is been executed at the current time CurrentExecutionPayload = "CurrentExecutionPayload" - // this bucket stored in separated database + + // Node database tables (see nodedb.go) + + // NodeRecords stores P2P node records (ENR) + NodeRecords = "NodeRecord" + // Inodes stores P2P discovery service info about the nodes Inodes = "Inode" // Transaction senders - stored separately from the block bodies