File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ static const unsigned int DEFAULT_BYTES_PER_SIGOP = 20;
38
38
static const bool DEFAULT_PERMIT_BAREMULTISIG = true ;
39
39
/* * The maximum number of witness stack items in a standard P2WSH script */
40
40
static const unsigned int MAX_STANDARD_P2WSH_STACK_ITEMS = 100 ;
41
- /* * The maximum size of each witness stack item in a standard P2WSH script */
41
+ /* * The maximum size in bytes of each witness stack item in a standard P2WSH script */
42
42
static const unsigned int MAX_STANDARD_P2WSH_STACK_ITEM_SIZE = 80 ;
43
- /* * The maximum size of each witness stack item in a standard BIP 342 script (Taproot, leaf version 0xc0) */
43
+ /* * The maximum size in bytes of each witness stack item in a standard BIP 342 script (Taproot, leaf version 0xc0) */
44
44
static const unsigned int MAX_STANDARD_TAPSCRIPT_STACK_ITEM_SIZE = 80 ;
45
- /* * The maximum size of a standard witnessScript */
45
+ /* * The maximum size in bytes of a standard witnessScript */
46
46
static const unsigned int MAX_STANDARD_P2WSH_SCRIPT_SIZE = 3600 ;
47
47
/* * Min feerate for defining dust. Historically this has been based on the
48
48
* minRelayTxFee, however changing the dust limit changes which transactions are
You can’t perform that action at this time.
0 commit comments