Update bsip-0040.md
This commit is contained in:
parent
7d1468e016
commit
d9466f2ac4
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ Stateless assert, only for dictionary type objects. The data is a list of restri
|
|||
|
||||
When a signed transaction arrives and before the backend evaluates if all necessary authorities are present through the signatures, do the following:
|
||||
- iterate over `required accounts`
|
||||
- iterate over all `operations` (child operations of proposal are not iterated, only the proposal) within the transactions that require the active authority of this account
|
||||
- iterate over all `operations` (child operations of proposal are not included) within the transactions that require the active authority of this account
|
||||
- iterate the `custom_active_authorities` of this account, and if it matches, remember that and continue with next `operation`
|
||||
- if a `custom active authority` match was found for every operation in the loop, grant the `active authority` of this account
|
||||
|
||||
|
|
Loading…
Reference in a new issue