Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d7037d7

Browse files
author
leopardracer
authored
Update transaction_endorser.md
Signed-off-by: leopardracer <[email protected]>
1 parent 4d17a87 commit d7037d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

design/transaction_endorser.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ As a transaction author, I need my transactions to be written to the ledger pres
1111
- It should not be possible to endorse a transaction without explicitly specifying the Endorser.
1212

1313
## Proposed workflow
14-
1. Transaction Author builds a new request (`indy_build_xxx_reqeust`).
14+
1. Transaction Author builds a new request (`indy_build_xxx_request`).
1515
1. If no endorser is needed for a transaction (for example, the transaction author is an endorser, or auth rules are configured in a way that transaction author can send requests in permissionless mode), then the author signs and submits the transaction.
1616
1. Otherwise the author chooses an Endorser and adds Endorser's DID into the request calling `indy_append_request_endorser`.
1717
1. Transaction author signs the request (`indy_multi_sign_request` or `indy_sign_request`) with the added endorser field (output of `indy_append_request_endorser`).
@@ -79,4 +79,4 @@ Since we check in Request static validation that a `signatures` field containing
7979
No changes are required.
8080
- `is_owner` must always be checked against `identifier` field (this is how it is now).
8181
- number of signatures of expected roles is checked against `signature` or `signatures` by common logic. Since Endorser's signature is there, existing common logic will work.
82-
82+

0 commit comments

Comments
 (0)