From 259beb2ca0e518212ff80d9c701e9143b5fa2488 Mon Sep 17 00:00:00 2001 From: bgravenorst <50852695+bgravenorst@users.noreply.github.com> Date: Fri, 31 May 2019 09:34:04 +1000 Subject: [PATCH] Simplify text (#1501) Signed-off-by: Adrian Sutton --- docs/Permissions/Permissioning-Overview.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/Permissions/Permissioning-Overview.md b/docs/Permissions/Permissioning-Overview.md index 15a9a9effc..816a9c54f1 100644 --- a/docs/Permissions/Permissioning-Overview.md +++ b/docs/Permissions/Permissioning-Overview.md @@ -3,9 +3,7 @@ description: Pantheon Permissioning feature # Permissioning -A permissioned network is a network where only specified nodes and accounts (participants) can participate. -Nodes and accounts outside those specified are prevented from participating. Permissioned networks can have node permissioning enabled, -account permissioning enabled, or both. +A permissioned network allows only specified nodes and accounts to participate by enabling node permissioning and/or account permissioning on the network. !!! note In peer-to-peer networks, node-level permissions can be used to enforce rules on nodes you control. @@ -28,4 +26,4 @@ enables all nodes to read and update permissioning in one location. !!! note Onchain permissioning for nodes is under development and will be available in v1.1. Onchain permissioning - for accounts will be available in a future Pantheon release. \ No newline at end of file + for accounts will be available in a future Pantheon release.