Skip to content

Commit

Permalink
add upvote elections
Browse files Browse the repository at this point in the history
  • Loading branch information
n13 committed Oct 30, 2023
1 parent 32271a6 commit 7caf001
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/config/eos_development.config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions templates/config/eos_production.config.hpp
Original file line number Diff line number Diff line change
@@ -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
// #define USE_PRICING_PLAN
2 changes: 1 addition & 1 deletion templates/config/production.config.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pragma once
#define PRODUCTION_BUILD
#define USE_TREASURY
// #define USE_UPVOTE_ELECTIONS
#define USE_UPVOTE_ELECTIONS
// #define USE_PRICING_PLAN

0 comments on commit 7caf001

Please sign in to comment.