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 f955cb3 commit 0d19647Copy full SHA for 0d19647
src/chainparams.cpp
@@ -979,6 +979,7 @@ class CLiquidTestNetParams : public CCustomParams {
979
default_magic_str = "410EDD62";
980
default_signblockscript = "51210217e403ddb181872c32a0cd468c710040b2f53d8cac69f18dad07985ee37e9a7151ae";
981
UpdateFromArgs(args);
982
+ multi_data_permitted = true;
983
SetGenesisBlock();
984
consensus.hashGenesisBlock = genesis.GetHash();
985
}
0 commit comments