tcduqk
June 19, 2022, 9:17pm
1
when passing Txn accounts to InnerTxn field, as
...
TxnField.accounts: [Txn.accounts[1]]
....
I receive the following error:
RUNTIME_ERR1048: execution of itxn_field Accounts failed. Message: Field Accountsi is invalid.
What might be causing this?
Ben
June 20, 2022, 10:12pm
2
Hi tcduqk,
Can you look at the teal source file? I’m guessing at some point an i
was added at the end of the valid Accounts
field?
Ben
June 21, 2022, 1:26pm
3
I take it back, the misspelled Accounts field would not make it past assembly. Are you using some other teal interpreter or alternate AVM implementation?