Constant MIN_TEMPLATE_BYTES

Source
pub(crate) const MIN_TEMPLATE_BYTES: usize = 500;
Expand description

The minimum number of characters in a valid `getblocktemplate JSON response.

The fields we use take up around ~800 bytes.