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 3fc3ac3 commit 47ea638Copy full SHA for 47ea638
src/miner.cpp
@@ -116,8 +116,7 @@ std::unique_ptr<CBlockTemplate> BlockAssembler::CreateNewBlock(const CScript& sc
116
117
// ELEMENTS: PAK
118
// Create block pak commitment if set in conf file and validating pegouts
119
- if (!gArgs.GetBoolArg("-acceptnonstdtxn", !Params().RequireStandard())
120
- && g_paklist_config) {
+ if (Params().GetEnforcePak() && g_paklist_config) {
121
if (*g_paklist_config != g_paklist_blockchain) {
122
g_paklist_config->CreateCommitments(commitments);
123
}
0 commit comments