mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-08 08:34:25 +01:00
Increase absurdfee from mempool space
This commit is contained in:
@@ -70,7 +70,7 @@ public class MempoolSpaceFeeProvider(
|
||||
return res switch
|
||||
{
|
||||
< 1m => 1m,
|
||||
> 850 => 850,
|
||||
> 850m => 2000m,
|
||||
_ => res
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user