Browse Source

comment tx fix

wb/txrset
William Banfield 3 years ago
parent
commit
0ca101912f
No known key found for this signature in database GPG Key ID: EFAD3442BF29E3AC
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      types/tx.go

+ 1
- 1
types/tx.go View File

@ -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 {


Loading…
Cancel
Save