mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-19 22:42:24 +00:00
comment tx fix
This commit is contained in:
+1
-1
@@ -85,7 +85,7 @@ func ToTxs(txs [][]byte) Txs {
|
||||
return txBzs
|
||||
}
|
||||
|
||||
// TxRecordsToTxs coverts from the abci Tx type to the a Txs type.
|
||||
// TxRecordsToTxs converts from the abci Tx type to the the Txs type.
|
||||
func TxRecordsToTxs(trs []*abci.TxRecord) Txs {
|
||||
txs := make([]Tx, len(trs))
|
||||
for i, tr := range trs {
|
||||
|
||||
Reference in New Issue
Block a user