Skip to content

Commit 6c7eb8c

Browse files
authored
Update policy.h
1 parent 7e1032f commit 6c7eb8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/policy/policy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 */
2828
static 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 */
3232
static 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 **/

0 commit comments

Comments
 (0)