From 7a1456eee8661389e29ec149cfd89e85e3224c56 Mon Sep 17 00:00:00 2001 From: popmechanic Date: Fri, 13 Nov 2015 18:27:21 +0200 Subject: [PATCH] Minor spelling edit --- docs/source/ledger-rules/closed-loop.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/ledger-rules/closed-loop.rst b/docs/source/ledger-rules/closed-loop.rst index e91360b..1c4b380 100644 --- a/docs/source/ledger-rules/closed-loop.rst +++ b/docs/source/ledger-rules/closed-loop.rst @@ -18,7 +18,7 @@ This way, funds can only circulate amongst "known" users. Initial configuration --------------------- -The Openchain instance must be configured with both :ref:`P2PKH accounts ` and :ref:`thrid party issuance accounts ` disabled. The settings ``validator_mode:validator:allow_p2pkh_accounts`` and ``validator_mode:validator:allow_third_party_assets`` must both be set to false to achieve this. See :ref:`this section ` for more details. +The Openchain instance must be configured with both :ref:`P2PKH accounts ` and :ref:`third party issuance accounts ` disabled. The settings ``validator_mode:validator:allow_p2pkh_accounts`` and ``validator_mode:validator:allow_third_party_assets`` must both be set to false to achieve this. See :ref:`this section ` for more details. With this configuration, by default, users have no rights, while administrators have all rights. It is not possible for any normal user to either send or receive tokens. @@ -115,4 +115,4 @@ Conclusion With this setup, users are able to send tokens to each other, however, they are not able to send funds to addresses that are not associated to a registered user. -This represents just one way to implement a closed-loop ledger, and there are many other possible configurations depending on the requirements. \ No newline at end of file +This represents just one way to implement a closed-loop ledger, and there are many other possible configurations depending on the requirements.