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 abe4778 commit 363475cCopy full SHA for 363475c
src/transaction/transaction.ts
@@ -36,7 +36,7 @@ import TransactionWithSigner = algosdk.TransactionWithSigner
36
37
export const MAX_TRANSACTION_GROUP_SIZE = 16
38
export const MAX_APP_CALL_FOREIGN_REFERENCES = 8
39
-export const MAX_APP_CALL_ACCOUNT_REFERENCES = 4
+export const MAX_APP_CALL_ACCOUNT_REFERENCES = 8
40
41
/**
42
* @deprecated Convert your data to a `string` or `Uint8Array`, if using ARC-2 use `TransactionComposer.arc2Note`.
0 commit comments