mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
test: remove unnecessary finalizepsbt rpc calls
This commit is contained in:
committed by
Matthew Zipkin
parent
e3d484b603
commit
4614332fc4
@@ -150,8 +150,7 @@ class WalletMultisigDescriptorPSBTTest(BitcoinTestFramework):
|
||||
signing_wallet = participants["signers"][m]
|
||||
psbt = signing_wallet.walletprocesspsbt(psbt["psbt"])
|
||||
assert_equal(psbt["complete"], m == self.M - 1)
|
||||
finalized = coordinator_wallet.finalizepsbt(psbt["psbt"])
|
||||
coordinator_wallet.sendrawtransaction(finalized["hex"])
|
||||
coordinator_wallet.sendrawtransaction(psbt["hex"])
|
||||
|
||||
self.log.info("Check that balances are correct after the transaction has been included in a block.")
|
||||
self.generate(self.nodes[0], 1)
|
||||
|
||||
Reference in New Issue
Block a user