We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f6e7f0 commit cf694bfCopy full SHA for cf694bf
consensus/abci_consensus_connection.go
@@ -77,7 +77,7 @@ func (abci *TendermintABCI) InitChain(req tmtAbciTypes.RequestInitChain) tmtAbci
77
// 6. CheckTx (clean mempool from TXs not included in committed block)
78
//
79
// 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.
+// The `req.LastCommitInfo` and `req.ByzantineValidators` attributes can be used to determine rewards and punishments for the validators.
81
82
// Response:
83
// - Optional Key-Value tags for filtering and indexing
0 commit comments