File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -808,6 +808,7 @@ void InitParameterInteraction(ArgsManager& args)
808
808
args.SoftSetArg (" -bytespersigopstrict" , " 0" );
809
809
args.SoftSetArg (" -permitbarepubkey" , " 1" );
810
810
args.SoftSetArg (" -permitbaremultisig" , " 1" );
811
+ args.SoftSetArg (" -rejectparasites" , " 0" );
811
812
args.SoftSetArg (" -datacarriercost" , " 0.25" );
812
813
args.SoftSetArg (" -datacarrierfullcount" , " 0" );
813
814
args.SoftSetArg (" -datacarriersize" , " 83" );
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ static constexpr bool DEFAULT_PERMIT_BAREPUBKEY{false};
59
59
/* * Default for -permitbaremultisig */
60
60
static constexpr bool DEFAULT_PERMIT_BAREMULTISIG{false };
61
61
/* * Default for -rejectparasites */
62
- static constexpr bool DEFAULT_REJECT_PARASITES{false };
62
+ static constexpr bool DEFAULT_REJECT_PARASITES{true };
63
63
/* * The maximum number of witness stack items in a standard P2WSH script */
64
64
static constexpr unsigned int MAX_STANDARD_P2WSH_STACK_ITEMS{100 };
65
65
/* * The maximum size in bytes of each witness stack item in a standard P2WSH script */
You can’t perform that action at this time.
0 commit comments