From dfe228fc856643363ca7914a54df149876dad25d Mon Sep 17 00:00:00 2001 From: theoreticalbts Date: Tue, 27 Oct 2015 18:41:21 -0400 Subject: [PATCH] global_property_object.hpp: Reflect last_budget_time #414 --- .../chain/include/graphene/chain/global_property_object.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/chain/include/graphene/chain/global_property_object.hpp b/libraries/chain/include/graphene/chain/global_property_object.hpp index b861e5be..61aecf97 100644 --- a/libraries/chain/include/graphene/chain/global_property_object.hpp +++ b/libraries/chain/include/graphene/chain/global_property_object.hpp @@ -128,6 +128,7 @@ FC_REFLECT_DERIVED( graphene::chain::dynamic_global_property_object, (graphene:: (time) (current_witness) (next_maintenance_time) + (last_budget_time) (witness_budget) (accounts_registered_this_interval) (recently_missed_count)