File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ static const unsigned int MIN_STANDARD_TX_NONWITNESS_SIZE = 82;
2727/* * Maximum number of signature check operations in an IsStandard() P2SH script */
2828static const unsigned int MAX_P2SH_SIGOPS = 15 ;
2929/* * The maximum number of sigops we're willing to relay/mine in a single tx */
30- static const unsigned int MAX_STANDARD_TX_SIGOPS_COST = MAX_BLOCK_SIGOPS_COST/500 ;
30+ static const unsigned int MAX_STANDARD_TX_SIGOPS_COST = MAX_BLOCK_SIGOPS_COST/125 ;
3131/* * Default for -maxmempool, maximum megabytes of mempool memory usage */
3232static const unsigned int DEFAULT_MAX_MEMPOOL_SIZE = 300 ;
3333/* * Default for -incrementalrelayfee, which sets the minimum feerate increase for mempool limiting or BIP 125 replacement **/
You can’t perform that action at this time.
0 commit comments