Change unique index to non-unique on vesting_balance_objects

This commit is contained in:
Viktor 2017-06-02 11:58:58 +03:00
parent a06096d0dd
commit 8ae95e1d5c

View file

@ -181,7 +181,7 @@ namespace graphene { namespace chain {
ordered_non_unique< tag<by_account>,
member<vesting_balance_object, account_id_type, &vesting_balance_object::owner>
>,
ordered_unique< tag<by_asset_balance>,
ordered_non_unique< tag<by_asset_balance>,
composite_key<
vesting_balance_object,
member_offset<vesting_balance_object, asset_id_type, (size_t) (offset_s(vesting_balance_object,balance) + offset_s(asset,asset_id))>,