Skip to content

Commit

Permalink
chore: Remove superfluous todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmenzel committed Dec 10, 2024
1 parent c6670f7 commit d7a08c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/awst_build/eb/transactions/inner-transaction-params.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ function mapTransactionFields(
const [txnField, fieldType] = validFields[prop as keyof typeof validFields]
const txnFieldData = TxnFields[txnField]
const propValue = fields.memberAccess(prop, sourceLocation)
// TODO: Validate prop value
if (txnField === TxnField.ApplicationArgs) {
codeInvariant(
propValue instanceof ArrayLiteralExpressionBuilder || propValue instanceof TupleExpressionBuilder,
Expand Down

0 comments on commit d7a08c9

Please sign in to comment.