channeld: rename onion_message to obs_onion_message.

This splits the existing old-spec pathways to prepare for the
new ones.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2021-09-21 14:53:38 +09:30
parent f31f7b1eec
commit e3ae7883bb
19 changed files with 196 additions and 196 deletions

View File

@@ -146,7 +146,7 @@ int main(int argc, char **argv)
inner = tlv_encmsg_tlvs_new(tmpctx);
/* Use scid if they provided one */
if (scids[i]) {
inner->next_short_channel_id
inner->obs_next_short_channel_id
= tal_dup(inner, struct short_channel_id,
scids[i]);
} else {