const FEERATE_SOURCE_MAX_FEERATE_SATS_PER_VB: f64 = 10_000.0;
A feerate that we don’t expect to ever happen in practice, that we are going to reject from a source to help catching mistakes and misconfigurations.