Skip to content

Commit 14ef3e9

Browse files
rustyrussellniftynei
authored andcommitted
create-gossipstore: actually use the CSV values.
Signed-off-by: Rusty Russell <[email protected]>
1 parent b248bb1 commit 14ef3e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

devtools/create-gossipstore.c

+1
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ int main(int argc, char *argv[])
150150
errx(1, "bad channel_announcement");
151151
if (!short_channel_id_eq(&scid, &scidsats[scidi].scid))
152152
errx(1, "scid of message does not match scid in csv");
153+
sat = scidsats[scidi].sat;
153154
scidi++;
154155
}
155156
outmsg = towire_gossip_store_channel_announcement(inmsg, inmsg, sat);

0 commit comments

Comments
 (0)