mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-05 03:18:50 +02:00
test: Target exact weight in MiniWallet _bulk_tx
Also, replace broad -acceptnonstdtxn=1 with -datacarriersize=100000
This commit is contained in:
@@ -35,8 +35,8 @@ class MempoolPackageLimitsTest(BitcoinTestFramework):
|
||||
self.test_anc_count_limits_2()
|
||||
self.test_anc_count_limits_bushy()
|
||||
|
||||
# The node will accept our (nonstandard) extra large OP_RETURN outputs
|
||||
self.restart_node(0, extra_args=["-acceptnonstdtxn=1"])
|
||||
# The node will accept (nonstandard) extra large OP_RETURN outputs
|
||||
self.restart_node(0, extra_args=["-datacarriersize=100000"])
|
||||
self.test_anc_size_limits()
|
||||
self.test_desc_size_limits()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user