Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Fix terminology: batch -> transaction
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Jin <hans_jin@126.com>
Signed-off-by: Ry Jones <ry@linux.com>
  • Loading branch information
LiyanJin authored and dcmiddle committed Mar 13, 2020
1 parent fed4370 commit 9d5d5f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/architecture/permissioning_requirement.rst
Expand Up @@ -257,7 +257,7 @@ Allow all transaction signers to submit transactions
| | transaction signer. |
| | - A network operator can configure the |
| | whole Sawtooth network to accept transactions signed |
| | by any batch signer. |
| | by any transaction signer. |
+--------------------+--------------------------------------------------------+

Allow only specific transaction signers to submit transactions
Expand All @@ -283,8 +283,8 @@ Allow only specific transaction signers to submit transactions
| | validator to accept transactions signed only by |
| | predefined transaction signers. |
| | - A network operator can configure the |
| | whole Sawtooth network to accept batches only from |
| | specific transaction signers. |
| | whole Sawtooth network to accept transactions only |
| | from specific transaction signers. |
+--------------------+--------------------------------------------------------+

Restrict the type of transactions transactors can sign
Expand Down

0 comments on commit 9d5d5f9

Please sign in to comment.