We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ad562 commit 363445aCopy full SHA for 363445a
data/transactions/logic/evalStateful_test.go
@@ -2389,7 +2389,7 @@ func TestReturnTypes(t *testing.T) {
2389
"gtxnas": "gtxnas 0 ApplicationArgs",
2390
"gtxnsas": "pop; pop; int 0; int 0; gtxnsas ApplicationArgs",
2391
"args": "args",
2392
- "itxn": "itxn_begin; int pay; itxn_field TypeEnum; itxn_submit; itxn CreatedConfigID",
+ "itxn": "itxn_begin; int pay; itxn_field TypeEnum; itxn_submit; itxn CreatedAssetID",
2393
// This next one is a cop out. Can't use itxna Logs until we have inner appl
2394
"itxna": "itxn_begin; int pay; itxn_field TypeEnum; itxn_submit; itxn NumLogs",
2395
}
0 commit comments