Browse Source

Remove trailing line in fromwire.c

nifty/pset-pre
niftynei 4 years ago
committed by Rusty Russell
parent
commit
24ecb3e2b9
  1. 1
      wire/fromwire.c

1
wire/fromwire.c

@ -249,4 +249,3 @@ void fromwire_siphash_seed(const u8 **cursor, size_t *max,
{ {
fromwire(cursor, max, seed, sizeof(*seed)); fromwire(cursor, max, seed, sizeof(*seed));
} }

Loading…
Cancel
Save