Bug/issue317 #682

Closed
pavel.baykov wants to merge 4 commits from bug/issue317 into develop
Showing only changes of commit bf97c0c033 - Show all commits

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