From 793248b0b228af4e5cf9b44860f9bf7b222379c9 Mon Sep 17 00:00:00 2001 From: Jimmy Hartzell Date: Thu, 28 Jun 2018 12:47:04 -0400 Subject: [PATCH] update protocol for their uses --- src/protocol.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/protocol.c b/src/protocol.c index 38457842..9380ab2c 100644 --- a/src/protocol.c +++ b/src/protocol.c @@ -7,6 +7,7 @@ struct __attribute__((__packed__)) block { char magic_byte; + uint32_t chain_id; level_t level; uint8_t proto; // ... beyond this we don't care