fix asserts: remove by_expires from son_wallet_object index

This commit is contained in:
Pavel Baykov 2022-04-20 07:26:26 -03:00
parent 2e57d866ba
commit bf97c0c033

View file

@ -34,9 +34,6 @@ namespace graphene { namespace chain {
>,
ordered_unique< tag<by_valid_from>,
member<son_wallet_object, time_point_sec, &son_wallet_object::valid_from>
>,
ordered_unique< tag<by_expires>,
member<son_wallet_object, time_point_sec, &son_wallet_object::expires>
>
>
>;