mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-12 19:20:42 +02:00
Default policy: Set permitbarepubkey=0 (corepolicy resets to 1)
This commit is contained in:
parent
4d0469fad9
commit
a933eb7cd8
@ -805,6 +805,7 @@ void InitParameterInteraction(ArgsManager& args)
|
||||
{
|
||||
if (args.GetBoolArg("-corepolicy", DEFAULT_COREPOLICY)) {
|
||||
args.SoftSetArg("-bytespersigopstrict", "0");
|
||||
args.SoftSetArg("-permitbarepubkey", "1");
|
||||
args.SoftSetArg("-permitbaremultisig", "1");
|
||||
args.SoftSetArg("-datacarriercost", "0.25");
|
||||
args.SoftSetArg("-datacarrierfullcount", "0");
|
||||
|
@ -55,7 +55,7 @@ static constexpr unsigned int DEFAULT_WEIGHT_PER_DATA_BYTE{4};
|
||||
/** Default for -rejecttokens */
|
||||
static constexpr bool DEFAULT_REJECT_TOKENS{false};
|
||||
/** Default for -permitbarepubkey */
|
||||
static constexpr bool DEFAULT_PERMIT_BAREPUBKEY{true};
|
||||
static constexpr bool DEFAULT_PERMIT_BAREPUBKEY{false};
|
||||
/** Default for -permitbaremultisig */
|
||||
static constexpr bool DEFAULT_PERMIT_BAREMULTISIG{false};
|
||||
/** Default for -rejectparasites */
|
||||
|
Loading…
Reference in New Issue
Block a user