Forgot to set packed attribute for era_detail
This commit is contained in:
parent
804108fb73
commit
cedaf28a56
@ -10,7 +10,7 @@ namespace era {
|
|||||||
base::le32 nr_bits;
|
base::le32 nr_bits;
|
||||||
base::le32 hash_fns_and_probes;
|
base::le32 hash_fns_and_probes;
|
||||||
base::le64 bloom_root;
|
base::le64 bloom_root;
|
||||||
};
|
} __attribute__ ((packed));
|
||||||
|
|
||||||
struct era_detail {
|
struct era_detail {
|
||||||
uint32_t nr_bits;
|
uint32_t nr_bits;
|
||||||
|
Loading…
Reference in New Issue
Block a user