Skip to content

Commit

Permalink
Fix typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliop committed Oct 23, 2024
1 parent 34d6079 commit f0b4a1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/transactions/verify/txn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -664,8 +664,8 @@ func TestLsigSize(t *testing.T) {
consensusVersionPreSizePooling := protocol.ConsensusV18
consensusVersionPostSizePooling := protocol.ConsensusFuture

// We will do tests based on a transaction group of 2 paymentransactions, the first
// signed by a lsig and the second a vanilla payment transaction.
// We will do tests based on a transaction group of 2 payment transactions,
// the first signed by a lsig and the second a vanilla payment transaction.
testCases := []struct {
consensusVersion protocol.ConsensusVersion
lsigSize uint
Expand Down

0 comments on commit f0b4a1e

Please sign in to comment.