mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +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
@@ -1891,6 +1891,8 @@ void channel_watch_wrong_funding(struct lightningd *ld, struct channel *channel)
|
||||
void channel_watch_funding(struct lightningd *ld, struct channel *channel)
|
||||
{
|
||||
/* FIXME: Remove arg from cb? */
|
||||
log_debug(channel->log, "Watching for funding txid: %s",
|
||||
type_to_string(tmpctx, struct bitcoin_txid, &channel->funding.txid));
|
||||
watch_txid(channel, ld->topology, channel,
|
||||
&channel->funding.txid, funding_depth_cb);
|
||||
watch_txo(channel, ld->topology, channel,
|
||||
|
||||
Reference in New Issue
Block a user