Add a ceiling option to CFeeRate::GetFee. This ensure that
when calculating minimum fees, or funding transactions, we
can take the ceiling of division, instead of the floor.
This avoids potentially funding transactions below the minRelayFee.
Depends on D1670