File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -362,6 +362,7 @@ parameters_, which can be encoded as a msgpack struct:
362
362
lengths of ` ApprovalProgram ` and ` ClearStateProgram ` may not exceed
363
363
2048* (1+` ExtraProgramPages ` ) bytes. This field is encoded with
364
364
msgpack field ` epp ` and may not exceed 3.
365
+ This ` ExtraProgramPages ` field is taken into account on application update as well.
365
366
366
367
- The "global state" (` GlobalState ` ) associated with this application, stored as
367
368
a [ TEAL Key/Value Store] [ TEAL Key/Value Stores ] . This field is encoded with
@@ -426,7 +427,7 @@ the `LocalStateSchema` for that application, described by following formula:
426
427
` 28500 * schema.NumUint + 50000 * schema.NumByteSlice ` microalgos.
427
428
428
429
When creating an application, there is a base minimum balance increase
429
- of 100000 microalgos. There is an additional minimum blance increase
430
+ of 100000 microalgos. There is an additional minimum balance increase
430
431
of ` 100000 * ExtraProgramPages ` microalgos. Finally, there is an
431
432
additional minimum balance increase based on the ` GlobalStateSchema `
432
433
for that application, described by the following formula:
You can’t perform that action at this time.
0 commit comments