Skip to content

Commit

Permalink
Fix the ACL template for closed-loop ledgers
Browse files Browse the repository at this point in the history
  • Loading branch information
Flavien committed Jan 15, 2016
1 parent f274886 commit cd9af09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/ledger-rules/closed-loop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The record ``/aka/alice/:DATA:acl`` must be created and set to:
[
{
"subjects": [ { "addresses": [ ], "required": 0 } ],
"permissions": { "account_modify": "Permit" }
"permissions": { "account_modify": "Permit", "account_create": "Permit" }
},
{
"subjects": [ { "addresses": [ "<alices-address>" ], "required": 1 } ],
Expand Down

0 comments on commit cd9af09

Please sign in to comment.