mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-05 02:05:10 +01:00
rpc: Default rbf enabled
This commit is contained in:
@@ -111,7 +111,8 @@ class P2PPermissionsTests(BitcoinTestFramework):
|
||||
'vout': 0,
|
||||
}], outputs=[{
|
||||
ADDRESS_BCRT1_P2WSH_OP_TRUE: 5,
|
||||
}]),
|
||||
}],
|
||||
replaceable=False),
|
||||
)
|
||||
tx.wit.vtxinwit = [CTxInWitness()]
|
||||
tx.wit.vtxinwit[0].scriptWitness.stack = [CScript([OP_TRUE])]
|
||||
|
||||
Reference in New Issue
Block a user