MinimumRelayFeeRate

const val MinimumRelayFeeRate: Int = 1000

Minimum relay fee rate in satoshi per kilo-vbyte (taken from Bitcoin Core). Note that Bitcoin Core uses a virtual size and not the actual size in bytes: see [MinimumFeeratePerKw] below.