Fix TXID display formatting to use proper hex format (#681)
Some checks failed
Commit / Lint (push) Has been cancelled
Commit / Build Windows (push) Has been cancelled
Commit / Build & Unit Test (push) Has been cancelled
Commit / Run S3 Mock Tests (push) Has been cancelled
Commit / Run S3 Integration Tests (push) Has been cancelled
Commit / Run GCP Integration Tests (push) Has been cancelled
Commit / Run Azure Blob Store Integration Tests (push) Has been cancelled
Commit / Run SFTP Integration Tests (push) Has been cancelled

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Cory LaNou
2025-08-06 17:23:37 -05:00
committed by GitHub
parent 94f62d8e30
commit 6c5cd9c20f

View File

@@ -79,7 +79,7 @@ func (c *LTXCommand) Run(ctx context.Context, args []string) (err error) {
for itr.Next() {
info := itr.Item()
fmt.Fprintf(w, "%x\t%d\t%d\t%s\n",
fmt.Fprintf(w, "%s\t%s\t%d\t%s\n",
info.MinTXID,
info.MaxTXID,
info.Size,