remove "keep open" warning for on-chain receives

This commit is contained in:
Paul Miller
2024-05-31 15:15:48 -05:00
committed by benthecarman
parent b99fb27a6e
commit 46262d8893

View File

@@ -471,9 +471,11 @@ export function Receive() {
amountSats={amount() ? amount().toString() : "0"}
kind={flavor()}
/>
<p class="text-center text-m-grey-350">
{i18n.t("receive.keep_mutiny_open")}
</p>
<Show when={flavor() === "lightning"}>
<p class="text-center text-m-grey-350">
{i18n.t("receive.keep_mutiny_open")}
</p>
</Show>
</Match>
<Match when={receiveState() === "paid"}>
<SuccessModal