mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-10 17:26:05 +01:00
Increase absurdfee from mempool space
This commit is contained in:
parent
541cef55b8
commit
0d61e45cc6
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ public class MempoolSpaceFeeProvider(
|
|||
return res switch
|
||||
{
|
||||
< 1m => 1m,
|
||||
> 850 => 850,
|
||||
> 850m => 2000m,
|
||||
_ => res
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue