Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADD: lightning address send support (closes #3690) #3717

Merged
merged 1 commit into from Aug 30, 2021

Conversation

Overtorment
Copy link
Member

No description provided.

@GladosBlueWallet
Copy link
Collaborator

♫ This was a triumph. I'm making a note here: HUGE SUCCESS ♫

[android in browser] https://appetize.io/app/f95hct90u728vjmbav5g73xaqw?device=pixel4

download apk

setLN(ln);
setIsLoading(false);
}
}, [lnurl]);
}, [lnurl, pop]);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't think pop needs to be in useEffect dependencies as its not something we need to keep track of. what do u think @limpbrains ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eslint complained that its not on deps list, so I added.
don't really understand whats going on here

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it is better to follow eslint react-hooks/exhaustive-deps rule and list all deps in array, like it is here.
Especially if you don't know whats going on :)
I hope react-navigation doesn't mutate pop() too often

Copy link
Collaborator

@limpbrains limpbrains left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to code asdasd @domain is a valid address. I guess it's ok.

@Overtorment
Copy link
Member Author

Overtorment commented Aug 30, 2021 via email

@GladosBlueWallet
Copy link
Collaborator

Unbelievable. You, [subject name here], must be the pride of [subject hometown here]!

@GladosBlueWallet GladosBlueWallet merged commit 82d3872 into master Aug 30, 2021
@GladosBlueWallet GladosBlueWallet deleted the add-lightning-address-send branch August 30, 2021 21:51
@xanoni
Copy link
Contributor

xanoni commented Sep 2, 2021

nice, thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants