feat: Add payjoin sends

This commit is contained in:
benalleng
2023-09-30 21:55:53 -04:00
committed by benthecarman
parent c680ab2805
commit 8ff11a2380
4 changed files with 27 additions and 1 deletions

View File

@@ -369,6 +369,7 @@ export const Provider: ParentComponent = (props) => {
} else {
if (
result.value?.address ||
result.value?.payjoin_enabled ||
result.value?.invoice ||
result.value?.node_pubkey ||
(result.value?.lnurl && !result.value.is_lnurl_auth)