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

LUD-16: Lightning Address #49

Open
chill117 opened this issue Nov 13, 2021 · 1 comment
Open

LUD-16: Lightning Address #49

chill117 opened this issue Nov 13, 2021 · 1 comment
Assignees
Labels
feature New feature to be added

Comments

@chill117
Copy link
Owner

chill117 commented Nov 13, 2021

Add support for LUD-16 Lightning Address

Possible new server options:

{
	lightningAddress: {
		// Whether or not to accept payments to any user.
		// Setting this to FALSE will reject payments if a user was not found.
		catchAll: true,
		// Optionally define an array of users for which to accept payments.
		// "username" must be unique.
		users: [
			// { username: 'example' },
			// { username: 'another-user' },
		],
	},
}
@chill117 chill117 added the feature New feature to be added label Nov 13, 2021
@chill117 chill117 self-assigned this Nov 13, 2021
@danielcharrua
Copy link

this issue is under development or something? Thx

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

No branches or pull requests

2 participants