mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +01:00
Update libwally to 0.8.8, support PSBTv2
Libwally update breaks compatibility, so we do this in one large step. Changelog-Changed: JSON-RPC: elements network PSET now only supports PSETv2. Changelog-Added: JSON-RPC: PSBTv2 supported for fundchannel_complete, openchannel_update, reserveinputs, sendpsbt, signpsbt, withdraw and unreserveinputs parameter psbt, openchannel_init and openchannel_bump parameter initialpsbt, openchannel_signed parameter signed_psbt and utxopsbt parameter utxopsbt
This commit is contained in:
committed by
Rusty Russell
parent
5eddf3cd73
commit
908f834d66
@@ -461,6 +461,7 @@ def test_bech32_funding(node_factory, chainparams):
|
||||
assert only_one(fundingtx['vin'])['txid'] == res['wallettxid']
|
||||
|
||||
|
||||
@unittest.skipIf(not TEST_NETWORK == 'regtest', 'no support for PSETv0')
|
||||
def test_withdraw_misc(node_factory, bitcoind, chainparams):
|
||||
def dont_spend_outputs(n, txid):
|
||||
"""Reserve both outputs (we assume there are two!) in case any our ours, so we don't spend change: wrecks accounting checks"""
|
||||
|
||||
Reference in New Issue
Block a user