From 746d4a345b80bd57bc1058e7b30b76034f157ab9 Mon Sep 17 00:00:00 2001 From: Pavel Baykov Date: Wed, 20 Apr 2022 07:26:26 -0300 Subject: [PATCH] fix asserts: remove by_expires from son_wallet_object index --- libraries/chain/include/graphene/chain/son_wallet_object.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/libraries/chain/include/graphene/chain/son_wallet_object.hpp b/libraries/chain/include/graphene/chain/son_wallet_object.hpp index 315def33..578dee61 100644 --- a/libraries/chain/include/graphene/chain/son_wallet_object.hpp +++ b/libraries/chain/include/graphene/chain/son_wallet_object.hpp @@ -34,9 +34,6 @@ namespace graphene { namespace chain { >, ordered_unique< tag, member - >, - ordered_unique< tag, - member > > >;