Skip to content

Commit cf694bf

Browse files
committed
#70 Make it more clear where LastCommitInfo is coming from in docs.
1 parent 5f6e7f0 commit cf694bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

consensus/abci_consensus_connection.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ func (abci *TendermintABCI) InitChain(req tmtAbciTypes.RequestInitChain) tmtAbci
7777
// 6. CheckTx (clean mempool from TXs not included in committed block)
7878
//
7979
// The header contains the height, timestamp, and more - it exactly matches the Tendermint block header.
80-
// The LastCommitInfo and ByzantineValidators can be used to determine rewards and punishments for the validators.
80+
// The `req.LastCommitInfo` and `req.ByzantineValidators` attributes can be used to determine rewards and punishments for the validators.
8181
//
8282
// Response:
8383
// - Optional Key-Value tags for filtering and indexing

0 commit comments

Comments
 (0)