Update proposals/0016-simd-program-rebatable-account-write-fees.md

Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>
This commit is contained in:
galactus 2023-07-16 20:11:23 +02:00 committed by GitHub
parent dbcaee7ba9
commit a5900abd17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ including PRAW fees then it will load the accounts required by the transaction.
Then we iterate on accounts to calculate total PRAW fees required (`T`).
Let (`Pi`) be PRAW fee set for ith account.
Let number of accounts loaded be (`L`)
Let number of accounts loaded writable be (`L`)
```
T = sum(Pi * C) for i in 0 to L.