In the bitcoin-core reference client, CFeeRate::GetFee is a function of num_bytes.The smallest amount of num_bytes that a TxIn can be in practice is not specified.There are some test cases in the core wallet that use 150 bytes, which seems unrealistic.It is difficult to reproduce that calculation using the rust-bitcoin framework for inputs of 150 bytes.