mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
test: add PSBT field that doesn't collide with PSBTv2 fields
Which gets libwally upset post-update to 0.8.8
This commit is contained in:
parent
3192be5c23
commit
5eddf3cd73
@ -1784,7 +1784,7 @@ static bool test_channel_inflight_crud(struct lightningd *ld, const tal_t *ctx)
|
|||||||
|
|
||||||
/* Update the PSBT for both inflights, check that are updated
|
/* Update the PSBT for both inflights, check that are updated
|
||||||
* correctly on save */
|
* correctly on save */
|
||||||
funding_psbt = psbt_from_b64(w, "cHNidP8BAD8CAAAAAf//////////////////////////////////////////AAAAAAD/////AQAAAAAAAAAAA2oBAAAAAAAACg8BAgMEBQYHCAkPAQIDBAUGBwgJCgsMDQ4PAAA=", strlen("cHNidP8BAD8CAAAAAf//////////////////////////////////////////AAAAAAD/////AQAAAAAAAAAAA2oBAAAAAAAACg8BAgMEBQYHCAkPAQIDBAUGBwgJCgsMDQ4PAAA="));
|
funding_psbt = psbt_from_b64(w, "cHNidP8BAD8CAAAAAf//////////////////////////////////////////AAAAAAD/////AQAAAAAAAAAAA2oBAAAAAAAADfwB7g8BAgMEBQYHCAkPAQIDBAUGBwgJCgsMDQ4PAAA=", strlen("cHNidP8BAD8CAAAAAf//////////////////////////////////////////AAAAAAD/////AQAAAAAAAAAAA2oBAAAAAAAADfwB7g8BAgMEBQYHCAkPAQIDBAUGBwgJCgsMDQ4PAAA="));
|
||||||
list_for_each(&chan->inflights, inflight, list)
|
list_for_each(&chan->inflights, inflight, list)
|
||||||
inflight->funding_psbt = funding_psbt;
|
inflight->funding_psbt = funding_psbt;
|
||||||
wallet_channel_save(w, chan);
|
wallet_channel_save(w, chan);
|
||||||
|
Loading…
Reference in New Issue
Block a user