Skip to content

Commit

Permalink
Merge #770: Revert errant line change committed in bf66a93
Browse files Browse the repository at this point in the history
610d8d7 Revert errant line change committed in bf66a93 (Gregory Sanders)

Pull request description:

  …b25293e277

Tree-SHA512: 62b2080d75dcb7e3a182be4f184f82150233711356b16d6a538a8cd793d8adc48cd5d47113242e06379a4fa4821fbab4bf9a439e1614de67617a9af73980552d
  • Loading branch information
stevenroose committed Nov 5, 2019
2 parents 53afce3 + 610d8d7 commit 08023b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ class CCustomParams : public CRegTestParams {
// TODO: Embed in genesis block in nTime field with new genesis block type
consensus.dynamic_epoch_length = args.GetArg("-dynamic_epoch_length", 10);
// Default junk keys for testing
consensus.first_extension_space = {ParseHex("03fcba7ecf41bc7e1be4ee122d9d22e3333671eb0a3a87b5cdf099d59874e1940f02fcba7ecf41bc7e1be4ee122d9d22e3333671eb0a3a87b5cdf099d59874e1940f")};
consensus.first_extension_space = {ParseHex("02fcba7ecf41bc7e1be4ee122d9d22e3333671eb0a3a87b5cdf099d59874e1940f02fcba7ecf41bc7e1be4ee122d9d22e3333671eb0a3a87b5cdf099d59874e1940f")};
std::vector<std::string> pak_list_str = args.GetArgs("-pak");
if (!pak_list_str.empty()) {
consensus.first_extension_space.clear();
Expand Down

0 comments on commit 08023b0

Please sign in to comment.