Skip to content

Commit

Permalink
fix: typo (celestiaorg#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp authored Nov 7, 2022
1 parent 2415ddb commit 58146a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func ComputeProtoSizeForTxs(txs []Tx) int64 {
}

// UnwrapMalleatedTx attempts to unmarshal the provided transaction into a malleated
// transaction wrapper, if this an be done, then it returns true. A malleated
// transaction wrapper, if this can be done, then it returns true. A malleated
// transaction is a normal transaction that has been derived (malleated) from a
// different original transaction. The returned hash is that of the original
// transaction, which allows us to remove the original transaction from the
Expand Down

0 comments on commit 58146a5

Please sign in to comment.