mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-07-26 00:05:22 -04:00
Format all the files
This commit is contained in:
parent
68ae47edf4
commit
040cce1eb6
1 changed files with 2 additions and 2 deletions
|
@ -356,8 +356,8 @@ fn estimate_fee(
|
||||||
) -> Amount {
|
) -> Amount {
|
||||||
// Doing some heavy math here :)
|
// Doing some heavy math here :)
|
||||||
// `usize` is 32 or 64 bits wide, but `f32`'s mantissa is only 23 bits wide.
|
// `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
|
// This is fine because such a big transaction cannot exist and there are also
|
||||||
// negative fees.
|
// no negative fees.
|
||||||
#[allow(
|
#[allow(
|
||||||
clippy::cast_precision_loss,
|
clippy::cast_precision_loss,
|
||||||
clippy::cast_possible_truncation,
|
clippy::cast_possible_truncation,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue