Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
davidterpay committed Nov 22, 2023
1 parent b1a14cd commit 6266d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block/proposals/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func (p *Proposal) UpdateProposal(lane Lane, partialProposal []sdk.Tx) error {

p.Logger.Info(
"updating proposal with tx",
"index", index+len(p.Txs),
"index", index,
"lane", lane.Name(),
"tx_hash", txInfo.Hash,
"tx_size", txInfo.Size,
Expand Down

0 comments on commit 6266d60

Please sign in to comment.