PermFlag rename; Make Permission fields value (nonpointer) fields; Permissions & Snatives on by default; Remove dead code

This commit is contained in:
Jae Kwon
2015-07-07 14:26:05 -07:00
parent 21295f4ae2
commit a999a4bad0
14 changed files with 88 additions and 199 deletions

View File

@@ -17,7 +17,7 @@ type Account struct {
StorageRoot Word256
Other interface{} // For holding all other data.
Permissions *ptypes.AccountPermissions
Permissions ptypes.AccountPermissions
}
func (acc *Account) String() string {