Fix cashu.me lnaddr support (#2497)

* Fix cashu.me lnaddr support

* Update migration name
This commit is contained in:
ekzyis 2025-09-09 03:23:58 +02:00 committed by GitHub
parent f4dcc3bbaf
commit 25f98c7ea9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1 @@
UPDATE "WalletTemplate" SET "recvProtocols" = array_remove("recvProtocols", 'LN_ADDR') WHERE name = 'CASHU_ME';