Files
lightning/common
niftynei 0f05238e97 psbt: set the witness script to null, also
Otherwise libwally pushes the psbt-key for 'witness script' onto the
serialized version and we fail the 'is this identical' check.

Relevant line from libwally, where if bytes, we push a psbt_key.

```
static void push_typed_varbuff(unsigned char **cursor, size_t *max,
                               uint64_t type,
                               const unsigned char *bytes, size_t bytes_len)
{
    if (bytes) {
        push_psbt_key(cursor, max, type, NULL, 0);
        push_varbuff(cursor, max, bytes, bytes_len);
    }
}
```

Reported-By: @grubles
Changelog-Fixed: openchannel_signed would fail on PSBT comparison of materially identical PSBTs
2021-09-05 14:24:14 +02:00
..
2020-02-05 14:19:12 +01:00
2021-07-20 13:28:38 -04:00
2021-07-20 13:28:38 -04:00
2020-10-21 19:34:39 +02:00
2020-10-21 19:34:39 +02:00
2020-09-23 16:30:36 +09:30
2020-04-04 16:08:49 +10:30
2020-04-04 16:08:49 +10:30
2021-07-03 12:13:45 +09:30
2020-04-04 16:08:49 +10:30
2020-04-04 16:08:49 +10:30
2020-01-31 06:02:47 +00:00
2020-02-05 14:19:12 +01:00
2020-02-05 14:19:12 +01:00
2018-02-08 22:49:34 +01:00
2021-03-23 14:24:38 -05:00
2020-02-05 14:19:12 +01:00
2020-01-23 16:17:42 +10:30
2020-02-05 14:19:12 +01:00
2019-04-16 21:22:13 +00:00
2019-04-16 21:22:13 +00:00
2021-04-24 13:56:58 +09:30
2020-10-20 12:50:31 +10:30
2020-12-02 10:38:04 +10:30
2021-01-13 14:45:36 +01:00