Constant FLAT_CHAINSTORE_MAGIC

Source
const FLAT_CHAINSTORE_MAGIC: u32 = 0x74_73_6C_66;
Expand description

The magic number we use to make sure we’re reading the right file

This is backwards, because when we look at the hex dump of the file, on little-endian systems, it will show in the correct order.