From ab3a8da7937414e3ff9970cd8c94f3e0c564d412 Mon Sep 17 00:00:00 2001 From: Danny Morabito Date: Thu, 17 Jul 2025 20:43:16 +0200 Subject: [PATCH] reorder receive tabs and add mainnet < 25k warning --- src/lib/components/ReceiveDialog.svelte | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/src/lib/components/ReceiveDialog.svelte b/src/lib/components/ReceiveDialog.svelte index 1bf7b6b..8c7b30b 100644 --- a/src/lib/components/ReceiveDialog.svelte +++ b/src/lib/components/ReceiveDialog.svelte @@ -24,11 +24,9 @@

Receive

{#if $walletState.open} - + {#snippet children(idx)} {#if idx === 0} - - {:else if idx === 1} {#snippet children(idx)} {#if idx === 0} @@ -38,10 +36,19 @@ {/if} {/snippet} - {:else if idx === 2} + {:else if idx === 1} - {:else} + {:else if idx === 2} + {:else} +

+ Warning: This is a bitcoin mainnet address
+ Due to the way PortalBTC works, we cannot support receiving amounts + less than 25_000 sats; please use lightning, liquid, or cashu for such + amounts. Amounts lower than 25_000 sats sent to this address will become + unrecoverable. +

+ {/if} {/snippet}