EOSIO / welcome

Documentation that covers EOSIO Overview, Getting Started and Protocol documents
38 stars 54 forks source link

2.1. Account Schema #214

Closed bobgt closed 4 years ago

bobgt commented 4 years ago
File: [docs/04_protocol/04_accounts_and_permissions.md](https://github.com/EOSIO/welcome/blob/develop/docs/04_protocol/04_accounts_and_permissions.md) In the **2.1. Account Schema** table, the description text for `privileged` account schema has a question mark. I am guessing it's a typo. If yes, fix the typo. If it is part of the description, ignore and close this issue.
dixia commented 4 years ago

I think it is a typo, I don't think we need this question mark.

dixia commented 4 years ago

Could you confirm? @lparisc

lparisc commented 4 years ago

It was supposed to be a question mark since the type is bool. So if the answer to the question is true the account is privileged, false otherwise. To make it more clear, you could change the description as follows: "True, if privilege account, False otherwise".