Skip to content

Commit

Permalink
create-gossipstore: actually use the CSV values.
Browse files Browse the repository at this point in the history
Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell authored and niftynei committed Apr 24, 2019
1 parent b248bb1 commit 14ef3e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devtools/create-gossipstore.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ int main(int argc, char *argv[])
errx(1, "bad channel_announcement");
if (!short_channel_id_eq(&scid, &scidsats[scidi].scid))
errx(1, "scid of message does not match scid in csv");
sat = scidsats[scidi].sat;
scidi++;
}
outmsg = towire_gossip_store_channel_announcement(inmsg, inmsg, sat);
Expand Down

0 comments on commit 14ef3e9

Please sign in to comment.