From d9466f2ac47fcbe2e88917b39107a25deb04e2fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Schie=C3=9Fl?= Date: Fri, 3 Aug 2018 08:26:15 +0200 Subject: [PATCH] Update bsip-0040.md --- bsip-0040.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsip-0040.md b/bsip-0040.md index f7e2744..0a848e1 100644 --- a/bsip-0040.md +++ b/bsip-0040.md @@ -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