Skip to content

Commit

Permalink
Fix linter mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
algochoi committed Mar 9, 2022
1 parent fe66440 commit f38da76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/test/account_testutil.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ func MakeAppOptOutTxn(appid uint64, sender basics.Address) transactions.SignedTx
}
}

// MakeAppOptOutTxn makes an appl transaction with a NoOp upon completion.
// MakeAppCallTxn makes an appl transaction with a NoOp upon completion.
func MakeAppCallTxn(appid uint64, sender basics.Address) transactions.SignedTxnWithAD {
return transactions.SignedTxnWithAD{
SignedTxn: transactions.SignedTxn{
Expand Down

0 comments on commit f38da76

Please sign in to comment.