Remove mention of autowithdrawal for lnaddr (#2054)
This commit is contained in:
parent
5700a4090a
commit
e0bfc590b2
@ -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'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user