From 9a15427aefecaca8c66f7f95f326850f13f042cc Mon Sep 17 00:00:00 2001 From: satyakoneru Date: Wed, 16 Oct 2019 10:37:22 +0000 Subject: [PATCH] SON118 SON144 - Removing extra spaces added --- libraries/chain/db_maint.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/libraries/chain/db_maint.cpp b/libraries/chain/db_maint.cpp index 74c9dd85..6646d2e1 100644 --- a/libraries/chain/db_maint.cpp +++ b/libraries/chain/db_maint.cpp @@ -473,8 +473,6 @@ void database::initialize_budget_record( fc::time_point_sec now, budget_record& rec.from_accumulated_fees = core_dd.accumulated_fees; rec.from_unused_witness_budget = dpo.witness_budget; - - if( (dpo.last_budget_time == fc::time_point_sec()) || (now <= dpo.last_budget_time) ) {