Remove mention of autowithdrawal for lnaddr (#2054)

This commit is contained in:
ekzyis 2025-04-01 23:36:56 +02:00 committed by GitHub
parent 5700a4090a
commit e0bfc590b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ export const fields = [
validate: lightningAddressValidator.test({ validate: lightningAddressValidator.test({
name: 'address', name: 'address',
test: addr => !addr.toLowerCase().endsWith('@stacker.news'), test: addr => !addr.toLowerCase().endsWith('@stacker.news'),
message: 'automated withdrawals must be external' message: 'lightning address must be external'
}) })
} }
] ]