Change unique index to non-unique on vesting_balance_objects
This commit is contained in:
parent
e3b4c28f9b
commit
3cc82f0022
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ namespace graphene { namespace chain {
|
||||||
ordered_non_unique< tag<by_account>,
|
ordered_non_unique< tag<by_account>,
|
||||||
member<vesting_balance_object, account_id_type, &vesting_balance_object::owner>
|
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<
|
composite_key<
|
||||||
vesting_balance_object,
|
vesting_balance_object,
|
||||||
member_offset<vesting_balance_object, asset_id_type, (size_t) (offset_s(vesting_balance_object,balance) + offset_s(asset,asset_id))>,
|
member_offset<vesting_balance_object, asset_id_type, (size_t) (offset_s(vesting_balance_object,balance) + offset_s(asset,asset_id))>,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue