summaryrefslogtreecommitdiff
path: root/data/transactions/teal.go
diff options
context:
space:
mode:
Diffstat (limited to 'data/transactions/teal.go')
-rw-r--r--data/transactions/teal.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/data/transactions/teal.go b/data/transactions/teal.go
index e2f6718b7..0826290b9 100644
--- a/data/transactions/teal.go
+++ b/data/transactions/teal.go
@@ -37,9 +37,6 @@ type EvalDelta struct {
Logs []string `codec:"lg,allocbound=config.MaxLogCalls"`
- // Intentionally, temporarily wrong - need to decide how to
- // allocbound properly when structure is recursive. Even a bound
- // of 2 would allow arbitrarily large object if deep.
InnerTxns []SignedTxnWithAD `codec:"itx,allocbound=config.MaxInnerTransactions"`
}