downgrade lnurl backoff

This commit is contained in:
Blake Kaufman
2026-07-22 09:14:51 -04:00
parent eec7c1c144
commit ffd3536737
@@ -227,7 +227,7 @@ export default function useContactPayment({
setLnurlPayData(null);
setIsResolvingLnurlData(true);
const MAX_ATTEMPTS = 5;
const MAX_ATTEMPTS = 3;
const BASE_DELAY_MS = 375;
const fetchWithBackoff = async (attempt = 0) => {