fix asserts: remove by_expires from son_wallet_object index
This commit is contained in:
parent
2e57d866ba
commit
bf97c0c033
1 changed files with 0 additions and 3 deletions
|
|
@ -34,9 +34,6 @@ namespace graphene { namespace chain {
|
||||||
>,
|
>,
|
||||||
ordered_unique< tag<by_valid_from>,
|
ordered_unique< tag<by_valid_from>,
|
||||||
member<son_wallet_object, time_point_sec, &son_wallet_object::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>
|
|
||||||
>
|
>
|
||||||
>
|
>
|
||||||
>;
|
>;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue