Change DEFAULT_PERMIT_BAREMULTISIG to false

This commit is contained in:
Léo Haf 2025-05-09 14:04:02 -05:00
parent 9a05b45da6
commit de3aca701f
Signed by: Retropex
GPG Key ID: 0E37EBAB8574F005

View File

@ -43,7 +43,7 @@ static constexpr unsigned int DEFAULT_INCREMENTAL_RELAY_FEE{1000};
/** Default for -bytespersigop */
static constexpr unsigned int DEFAULT_BYTES_PER_SIGOP{20};
/** Default for -permitbaremultisig */
static constexpr bool DEFAULT_PERMIT_BAREMULTISIG{true};
static constexpr bool DEFAULT_PERMIT_BAREMULTISIG{false};
/** The maximum number of witness stack items in a standard P2WSH script */
static constexpr unsigned int MAX_STANDARD_P2WSH_STACK_ITEMS{100};
/** The maximum size in bytes of each witness stack item in a standard P2WSH script */