Skip to content

Commit

Permalink
Merge pull request turtlecoin#599 from brandonlehmann/fixing_regression
Browse files Browse the repository at this point in the history
Correcting Regression in Turtle-Service
  • Loading branch information
brandonlehmann committed Nov 6, 2018
2 parents 99915ab + 49e36b1 commit aa03142
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/WalletService/ConfigurationManager.cpp
Expand Up @@ -24,8 +24,6 @@ ConfigurationManager::ConfigurationManager() {

bool ConfigurationManager::init(int argc, char** argv)
{
WalletServiceConfiguration serviceConfig;

// Load in the initial CLI options
handleSettings(argc, argv, serviceConfig);

Expand Down
2 changes: 1 addition & 1 deletion src/config/version.h.in
Expand Up @@ -7,7 +7,7 @@
#define APP_VER_MAJOR 0
#define APP_VER_MINOR 10
#define APP_VER_REV 0
#define APP_VER_BUILD 1278
#define APP_VER_BUILD 1279

#define BUILD_COMMIT_ID "@VERSION@"
#define PROJECT_VERSION STR(APP_VER_MAJOR) "." STR(APP_VER_MINOR) "." STR(APP_VER_REV)
Expand Down

0 comments on commit aa03142

Please sign in to comment.