Skip to content

Commit

Permalink
fix: add comment (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgao001 authored Jul 5, 2024
1 parent 4e2253f commit fc9f433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/blob.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type Blob struct {
VersionedHash string `gorm:"NOT NULL"`
Slot uint64 `gorm:"NOT NULL;index:idx_blob_slot_index"`
Idx int `gorm:"NOT NULL;index:idx_blob_slot_idx"`
TxIndex int
TxIndex int `gorm:"comment:txIndex"`
KzgCommitment string `gorm:"NOT NULL"`
KzgProof string `gorm:"NOT NULL"`
CommitmentInclusionProof string `gorm:"NOT NULL"`
Expand Down

0 comments on commit fc9f433

Please sign in to comment.