Names must now be unique.
This commit is contained in:
parent
4e3d75cb05
commit
8faec763c8
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ namespace graphene { namespace chain {
|
|||
account_object,
|
||||
indexed_by<
|
||||
hashed_unique< tag<by_id>, member< object, object_id_type, &object::id > >,
|
||||
ordered_non_unique< tag<by_name>, member<account_object, string, &account_object::name> >
|
||||
ordered_unique< tag<by_name>, member<account_object, string, &account_object::name> >
|
||||
>
|
||||
> account_multi_index_type;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue