We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d298f7 commit 605acb0Copy full SHA for 605acb0
src/chainparams.cpp
@@ -842,7 +842,7 @@ class CCustomParams : public CRegTestParams {
842
// Determines type of genesis block
843
consensus.genesis_style = args.GetArg("-con_genesis_style", "elements");
844
845
- // Block signing encumberance script, default of 51 aka OP_TRUE
+ // Block signing encumbrance script, default of 51 aka OP_TRUE
846
std::vector<unsigned char> sign_bytes = ParseHex(args.GetArg("-signblockscript", default_signblockscript));
847
consensus.signblockscript = CScript(sign_bytes.begin(), sign_bytes.end());
848
consensus.max_block_signature_size = args.GetIntArg("-con_max_block_sig_size", consensus.max_block_signature_size);
0 commit comments