Skip to content

Commit

Permalink
fix block summary in repo
Browse files Browse the repository at this point in the history
  • Loading branch information
libotony committed Nov 6, 2024
1 parent a83ab16 commit 3e5f529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func (r *Repository) saveBlock(block *block.Block, receipts tx.Receipts, conflic
id = header.ID()
num = header.Number()
txs = block.Transactions()
txIDs []thor.Bytes32
txIDs = []thor.Bytes32{}
bulk = r.db.NewStore("").Bulk()
hdrPutter = kv.Bucket(hdrStoreName).NewPutter(bulk)
bodyPutter = kv.Bucket(bodyStoreName).NewPutter(bulk)
Expand Down

0 comments on commit 3e5f529

Please sign in to comment.