Bugfix on updating ln address

This commit is contained in:
Vitor Pamplona 2023-01-25 00:07:57 -03:00
parent ebe9690f1b
commit 68bb6b3479

View File

@ -56,7 +56,7 @@ class NewUserMetadataViewModel: ViewModel() {
currentJson.put("website", website.value)
currentJson.put("about", about.value)
currentJson.put("nip05", nip05.value)
currentJson.put("lud06", lnAddress.value)
currentJson.put("lud16", lnAddress.value)
val writer = StringWriter()
ObjectMapper().writeValue(writer, currentJson)