mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-12 01:24:23 +01:00
test-cli: use OpenChannel__AnchorOffer instead of book for open_channel_pkt()
Clearer by being more explicit. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -45,7 +45,7 @@ struct pkt *open_channel_pkt(const tal_t *ctx,
|
||||
const struct pubkey *commit,
|
||||
const struct pubkey *final,
|
||||
u32 rel_locktime_seconds,
|
||||
bool offer_anchor,
|
||||
OpenChannel__AnchorOffer offer_anchor,
|
||||
u32 min_depth,
|
||||
u64 commitment_fee);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user