From c0f3def0e0c36aae9f0e67a2f7fdd45fcc4d441d Mon Sep 17 00:00:00 2001 From: dimfred Date: Tue, 10 Sep 2019 13:53:49 +0200 Subject: [PATCH] db notify removed question --- libraries/chain/db_notify.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/libraries/chain/db_notify.cpp b/libraries/chain/db_notify.cpp index a4eb36bc67..ffd61f44d8 100644 --- a/libraries/chain/db_notify.cpp +++ b/libraries/chain/db_notify.cpp @@ -375,9 +375,6 @@ void get_relevant_accounts( const object* obj, flat_set& accoun accounts.insert( htlc_obj->transfer.to ); break; } - /* - add voting and voteable here? - */ } } else if( obj->id.space() == implementation_ids )