mirror of
https://github.com/tendermint/tendermint.git
synced 2026-05-13 10:41:30 +00:00
remove comment incorrectly stating allocation by NewTxRecordSet
This commit is contained in:
@@ -128,8 +128,6 @@ func NewTxRecordSet(trs []*abci.TxRecord) TxRecordSet {
|
||||
txrSet.all = make([]Tx, len(trs))
|
||||
for i, tr := range trs {
|
||||
|
||||
// A single allocation is performed per transaction from the list of TxRecords
|
||||
// on the line below.
|
||||
txrSet.all[i] = Tx(tr.Tx)
|
||||
|
||||
// The following set of assignments do not allocate new []byte, they create
|
||||
|
||||
Reference in New Issue
Block a user