File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -913,7 +913,7 @@ class CCustomParams : public CRegTestParams {
913913
914914 enforce_pak = args.GetBoolArg (" -enforce_pak" , false );
915915
916- accept_unlimited_issuances = args.GetBoolArg (" -acceptunlimitedissuances" , false );
916+ accept_unlimited_issuances = args.GetBoolArg (" -acceptunlimitedissuances" , accept_unlimited_issuances );
917917
918918 // Allow multiple op_return outputs by relay policy
919919 multi_data_permitted = args.GetBoolArg (" -multi_data_permitted" , enforce_pak);
@@ -1533,7 +1533,7 @@ class CLiquidV1TestParams : public CLiquidV1Params {
15331533
15341534 enforce_pak = args.GetBoolArg (" -enforce_pak" , enforce_pak);
15351535
1536- accept_unlimited_issuances = false ;
1536+ accept_unlimited_issuances = args. GetBoolArg ( " -acceptunlimitedissuances " , accept_unlimited_issuances) ;
15371537
15381538 multi_data_permitted = args.GetBoolArg (" -multi_data_permitted" , multi_data_permitted);
15391539 create_discount_ct = args.GetBoolArg (" -creatediscountct" , create_discount_ct);
You can’t perform that action at this time.
0 commit comments