Skip to content

Commit

Permalink
Increase absurdfee from mempool space
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Dec 17, 2023
1 parent 541cef5 commit 0d61e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BTCPayServer/Services/Fees/MempoolSpaceFeeProvider.cs
Expand Up @@ -70,7 +70,7 @@ static decimal RandomizeByPercentage(decimal value, int percentage)
return res switch
{
< 1m => 1m,

This comment was marked as spam.

Copy link
@yucem44

yucem44 Dec 17, 2023

850m = > 2000m,

> 850 => 850,
> 850m => 2000m,
_ => res
};
}
Expand Down

0 comments on commit 0d61e45

Please sign in to comment.