mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 14:24:09 +01:00
openingd: I can't believe we have even more typo fixes.
Reported-by: @wythe Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
2c3a53b88e
commit
9b9f9e4837
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ struct state {
|
|||
struct basepoints our_points;
|
||||
struct pubkey our_funding_pubkey;
|
||||
|
||||
/* hsmd gives is our first per-commitment point, and peer tells us
|
||||
/* hsmd gives us our first per-commitment point, and peer tells us
|
||||
* theirs */
|
||||
struct pubkey first_per_commitment_point[NUM_SIDES];
|
||||
|
||||
|
@ -396,7 +396,7 @@ static u8 *opening_negotiate_msg(const tal_t *ctx, struct state *state,
|
|||
* protocol has a "channel_id" field in all non-gossip messages
|
||||
* so it's possible. Our one-process-one-channel mechanism
|
||||
* keeps things simple: if we wanted to change this, we would
|
||||
* probably be best with another daemon to de-multipliex them;
|
||||
* probably be best with another daemon to de-multiplex them;
|
||||
* this could be connectd itself, in fact. */
|
||||
if (is_wrong_channel(msg, &state->channel_id, &actual)) {
|
||||
status_trace("Rejecting %s for unknown channel_id %s",
|
||||
|
|
Loading…
Add table
Reference in a new issue