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 7cbd9139d7
commit 746d4a345b

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>
>
>
>;