File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1220,7 +1220,7 @@ class CLiquidV1Params : public CChainParams {
12201220
12211221 enforce_pak = true ;
12221222
1223- accept_unlimited_issuances = false ;
1223+ accept_unlimited_issuances = args. GetBoolArg ( " -acceptunlimitedissuances " , false ) ;
12241224
12251225 multi_data_permitted = true ;
12261226 create_discount_ct = args.GetBoolArg (" -creatediscountct" , false );
@@ -1585,8 +1585,6 @@ class CLiquidV1TestParams : public CLiquidV1Params {
15851585
15861586 enforce_pak = args.GetBoolArg (" -enforce_pak" , enforce_pak);
15871587
1588- accept_unlimited_issuances = args.GetBoolArg (" -acceptunlimitedissuances" , accept_unlimited_issuances);
1589-
15901588 multi_data_permitted = args.GetBoolArg (" -multi_data_permitted" , multi_data_permitted);
15911589 create_discount_ct = args.GetBoolArg (" -creatediscountct" , create_discount_ct);
15921590 accept_discount_ct = args.GetBoolArg (" -acceptdiscountct" , accept_discount_ct) || create_discount_ct;
You can’t perform that action at this time.
0 commit comments