mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
Fix typos
This commit is contained in:
parent
4aeebe88f2
commit
6bacab5e87
@ -2695,7 +2695,7 @@ static void peer_offer_channel(struct lightningd *ld,
|
|||||||
take(&peer_fd), take(&gossip_fd),
|
take(&peer_fd), take(&gossip_fd),
|
||||||
NULL);
|
NULL);
|
||||||
if (!fc->uc->openingd) {
|
if (!fc->uc->openingd) {
|
||||||
/* We don't send them an eror packet: for them, nothing
|
/* We don't send them an error packet: for them, nothing
|
||||||
* happened! */
|
* happened! */
|
||||||
uncommitted_channel_to_gossipd(ld, fc->uc, NULL,
|
uncommitted_channel_to_gossipd(ld, fc->uc, NULL,
|
||||||
gossip_index,
|
gossip_index,
|
||||||
|
@ -175,7 +175,7 @@ void subd_req_(const tal_t *ctx,
|
|||||||
void *replycb_data);
|
void *replycb_data);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* subd_release_channel - shut down a subdaemon which no longer owns the channe;.
|
* subd_release_channel - shut down a subdaemon which no longer owns the channel.
|
||||||
* @owner: subd which owned channel.
|
* @owner: subd which owned channel.
|
||||||
* @channel: channel to release.
|
* @channel: channel to release.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user