chore: 🔧 change min htlc warnings

This commit is contained in:
AP 2020-07-17 11:37:51 +02:00
parent 7cadc0938a
commit c05f02ac9c

View file

@ -222,7 +222,7 @@ export const FeeCard: React.FC<FeeCardProps> = ({
);
const renderWarningText = (htlc_delta: number) => {
if (htlc_delta <= 14) {
if (htlc_delta <= 18) {
return (
<>
<Separation />
@ -232,7 +232,7 @@ export const FeeCard: React.FC<FeeCardProps> = ({
</>
);
}
if (htlc_delta <= 24) {
if (htlc_delta <= 34) {
return (
<>
<Separation />