Skip to content

Commit

Permalink
update protocol for their uses
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Hartzell committed Jun 28, 2018
1 parent 436b35c commit 793248b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/protocol.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 793248b

Please sign in to comment.