diff --git a/templates/config/eos_development.config.hpp b/templates/config/eos_development.config.hpp index d625068..8d095f3 100644 --- a/templates/config/eos_development.config.hpp +++ b/templates/config/eos_development.config.hpp @@ -2,6 +2,6 @@ #define DEVELOP_BUILD #define EOS_BUILD //#define DEVELOP_BUILD_HELPERS -//#define USE_UPVOTE_ELECTIONS +#define USE_UPVOTE_ELECTIONS #define USE_TREASURY //#define USE_PRICING_PLAN \ No newline at end of file diff --git a/templates/config/eos_production.config.hpp b/templates/config/eos_production.config.hpp index fa382ae..b1f387e 100644 --- a/templates/config/eos_production.config.hpp +++ b/templates/config/eos_production.config.hpp @@ -1,6 +1,6 @@ #pragma once -#define PRODUCTION_BUILD +#define PRODUCTION_BUILD // seems this is unused #define EOS_BUILD #define USE_TREASURY #define USE_UPVOTE_ELECTIONS -#define USE_PRICING_PLAN \ No newline at end of file +// #define USE_PRICING_PLAN \ No newline at end of file diff --git a/templates/config/production.config.hpp b/templates/config/production.config.hpp index ba7a4cc..86f39e7 100644 --- a/templates/config/production.config.hpp +++ b/templates/config/production.config.hpp @@ -1,5 +1,5 @@ #pragma once #define PRODUCTION_BUILD #define USE_TREASURY -// #define USE_UPVOTE_ELECTIONS +#define USE_UPVOTE_ELECTIONS // #define USE_PRICING_PLAN \ No newline at end of file