Browse Source

trivial: Removing unused constant

ppa-0.6.1
Christian Decker 8 years ago
parent
commit
ba83430b5f
  1. 6
      daemon/p2p_announce.c

6
daemon/p2p_announce.c

@ -30,12 +30,6 @@ struct queued_message {
struct list_node list;
};
u8 ipv4prefix[] = {
0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0xFF, 0xFF
};
/* BOLT #7:
*
* The following `address descriptor` types are defined:

Loading…
Cancel
Save