-multi_data_permitted: Allow >1 op_return output by policy

This commit is contained in:
Gregory Sanders 2018-12-17 12:57:18 -05:00
parent 9f5cc03f94
commit f1dbd1cf3d
6 changed files with 13 additions and 2 deletions

View file

@ -39,6 +39,7 @@ void SetupChainParamsBaseOptions()
gArgs.AddArg("-fedpegscript", "The script for the federated peg.", false, OptionsCategory::CHAINPARAMS);
gArgs.AddArg("-enforce_pak", "Causes standardness checks to enforce Pegout Authorization Key(PAK) validation, and miner to include PAK commitments when configured. Can not be set when acceptnonstdtx is set to true.", false, OptionsCategory::ELEMENTS);
gArgs.AddArg("-multi_data_permitted", "Allow relay of multiple OP_RETURN outputs. (default: true)", false, OptionsCategory::ELEMENTS);
}
static std::unique_ptr<CBaseChainParams> globalChainBaseParams;