Skip to content

Commit 0437786

Browse files
committed
fixup! channeld: Code to implement splicing
Update rebase conflicts
1 parent fea92d1 commit 0437786

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

common/hsm_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* v4 with sign_any_penalty_to_us: ead7963185194a515d1f14d2c44401392575299d68ce9a13d8a12baff3cf4f35
1616
* v4 with sign_anchorspend: 8a30722e38b56e82af566b9629ff18da01fcebd1e80ec67f04d8b3a2fa66d81c
1717
* v4 with sign_htlc_tx_mingle: b9247e75d41ee1b3fc2f7db0bac8f4e92d544ab2f017d430ae3a000589c384e5
18-
* v4 with splicing: ffac29e213c0316b9b892b03d7d02f5734482a2b4422051ebdfc6b41265f274b
18+
* v4 with splicing: 06f21012936f825913af289fa81af1512c9ada1cb97c611698975a8fd287edbb
1919
*/
2020
#define HSM_MIN_VERSION 3
2121
#define HSM_MAX_VERSION 4

wire/wire.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,4 @@ u8 *fromwire_tal_arrn(const tal_t *ctx,
7272
char *fromwire_wirestring(const tal_t *ctx, const u8 **cursor, size_t *max);
7373
void fromwire_siphash_seed(const u8 **cursor, size_t *max,
7474
struct siphash_seed *seed);
75-
76-
77-
/* Stubs, as this subtype is only defined when EXPERIMENTAL_FEATURES */
78-
struct onionmsg_path;
79-
80-
void towire_onionmsg_path(u8 **p, const struct onionmsg_path *onionmsg_path);
81-
struct onionmsg_path *
82-
fromwire_onionmsg_path(const tal_t *ctx, const u8 **cursor, size_t *plen);
8375
#endif /* LIGHTNING_WIRE_WIRE_H */

0 commit comments

Comments
 (0)