mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-12 19:22:36 +02:00
test: Update python tests to use named parameters instead of options objects
This commit is contained in:
@ -29,7 +29,7 @@ class WalletLocktimeTest(BitcoinTestFramework):
|
||||
self.log.info("Send to new address with locktime")
|
||||
node.send(
|
||||
outputs={address: 5},
|
||||
options={"locktime": mtp_tip - 1},
|
||||
locktime=mtp_tip - 1,
|
||||
)
|
||||
self.generate(node, 1)
|
||||
|
||||
|
Reference in New Issue
Block a user