Skip to content

Commit

Permalink
set mining option_.consensus default to pow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jowen committed Dec 17, 2018
1 parent 0c2990d commit 604cab9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class startmining: public command_extension
{
std::string address;
uint16_t number;
std::string consensus;
std::string consensus = "pow";
} option_;

};
Expand Down

0 comments on commit 604cab9

Please sign in to comment.