Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
datluongductuan committed Dec 22, 2024
1 parent a78401a commit f90075d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/types/bundles.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

type ExecuteBundle struct {
ID uint64 `db:"id"`
ID int64 `db:"id"`
TxHashes pq.StringArray `db:"tx_hashes"` // Use pq.StringArray instead of []string
BundleHash string `db:"bundle_hash"`
BlockNumber uint64 `db:"block_number"`
Expand Down

0 comments on commit f90075d

Please sign in to comment.