Skip to content

Commit

Permalink
test: add PSBT field that doesn't collide with PSBTv2 fields
Browse files Browse the repository at this point in the history
Which gets libwally upset post-update to 0.8.8
  • Loading branch information
instagibbs authored and rustyrussell committed Mar 23, 2023
1 parent 3192be5 commit 5eddf3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallet/test/run-wallet.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
* 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)
inflight->funding_psbt = funding_psbt;
wallet_channel_save(w, chan);
Expand Down

0 comments on commit 5eddf3c

Please sign in to comment.