Skip to content

Commit

Permalink
Merge 99e502f into merged_master (Elements PR ElementsProject#1324)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdorfman committed May 24, 2024
2 parents 58c12df + 99e502f commit 05aec52
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 @@ -844,7 +844,7 @@ class CCustomParams : public CRegTestParams {
// Determines type of genesis block
consensus.genesis_style = args.GetArg("-con_genesis_style", "elements");

// Block signing encumberance script, default of 51 aka OP_TRUE
// Block signing encumbrance script, default of 51 aka OP_TRUE
std::vector<unsigned char> sign_bytes = ParseHex(args.GetArg("-signblockscript", default_signblockscript));
consensus.signblockscript = CScript(sign_bytes.begin(), sign_bytes.end());
consensus.max_block_signature_size = args.GetIntArg("-con_max_block_sig_size", consensus.max_block_signature_size);
Expand Down

0 comments on commit 05aec52

Please sign in to comment.