BOLT update: catch up ("BOLT 4: rename onionmsg_hop to blinded_path_hop")

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2024-10-15 09:54:42 +10:30
parent f92c9430fd
commit 76cfff7533
9 changed files with 28 additions and 28 deletions

View File

@@ -269,7 +269,7 @@ static bool print_blindedpaths(const char *fieldname,
size_t bp_idx = 0;
for (size_t i = 0; i < tal_count(paths); i++) {
struct onionmsg_hop **p = paths[i]->path;
struct blinded_path_hop **p = paths[i]->path;
printf("%s %zu/%zu: first_path_key %s ",
fieldname,
i, tal_count(paths),