Change unique index to non-unique on vesting_balance_objects

This commit is contained in:
Eric Frias 2017-06-01 15:27:38 -04:00
parent e3b4c28f9b
commit 3cc82f0022

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))>,