Skip to content

Commit

Permalink
Put P2PHash index to the end
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkushinDaniil committed Nov 29, 2024
1 parent 622496f commit df6976d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/buckets.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ const (
BlockCommitments
Temporary // used temporarily for migrations
SchemaIntermediateState
P2PHash
L1HandlerTxnHashByMsgHash // maps l1 handler msg hash to l1 handler txn hash
P2PHash
)

// Key flattens a prefix and series of byte arrays into a single []byte.
Expand Down

0 comments on commit df6976d

Please sign in to comment.