mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-05 23:24:21 +01:00
dual-fund: remove all references to PODLEs
We're punting on PODLE's for v1 of dual-funded channels
This commit is contained in:
@@ -243,7 +243,6 @@ struct openchannel2_payload {
|
||||
u8 channel_flags;
|
||||
u32 locktime;
|
||||
u8 *shutdown_scriptpubkey;
|
||||
/* FIXME: include the podle? */
|
||||
|
||||
struct amount_sat accepter_funding;
|
||||
u32 funding_feerate_per_kw;
|
||||
@@ -286,7 +285,6 @@ openchannel2_hook_serialize(struct openchannel2_payload *payload,
|
||||
if (tal_bytelen(payload->shutdown_scriptpubkey) != 0)
|
||||
json_add_hex_talarr(stream, "shutdown_scriptpubkey",
|
||||
payload->shutdown_scriptpubkey);
|
||||
/* FIXME: include the podle? */
|
||||
json_object_end(stream);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user