- Remove duplicated
$val =~ /^\s/validation while parsing BIP preamble fields inscripts/buildtable.pl. - Keep the exact existing error messages (“Too many spaces…” vs “Extra spaces…”) depending on the parsing branch.
The same leading-whitespace condition was checked in two places, which is easy to let drift over time and makes the parsing logic harder to follow. Consolidating it removes duplicate code without changing behavior.