Format all the files

This commit is contained in:
Philipp Hoenisch 2021-05-07 09:04:19 +10:00
parent 68ae47edf4
commit 040cce1eb6
No known key found for this signature in database
GPG Key ID: E5F8E74C672BC666

View File

@ -356,8 +356,8 @@ fn estimate_fee(
) -> Amount {
// Doing some heavy math here :)
// `usize` is 32 or 64 bits wide, but `f32`'s mantissa is only 23 bits wide.
// This is fine because such a big transaction cannot exist and there are also no
// negative fees.
// This is fine because such a big transaction cannot exist and there are also
// no negative fees.
#[allow(
clippy::cast_precision_loss,
clippy::cast_possible_truncation,