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}